Skip to content
Advertisement

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 I should modify? Answer Allright, I am surprised that in this case I have to actually

Advertisement