Skip to content

Tag: django-oscar

Django oscar – customizing StockRecordForm form

I am trying to customize StockRecordForm in django-oscar administration. What I have: Forked dashboard app, also catalogue_dashboard Included new StockRecord attribute in models.py Updated forms.py like this: Part of my INSTALLED_APPS looks like this: But modification is not showing up. Is there anything else…