Re: referencing models before syncdb

2013-12-28 Thread thinkingpotato
Check if that is not something you're looking for: https://docs.djangoproject.com/en/1.5/ref/signals/#post-syncdb On Wednesday, December 25, 2013 7:18:45 PM UTC, vinaya...@iiitd.ac.in wrote: > > I have an actions.py file which defines custom actions for the admin page > for one of my models. It

referencing models before syncdb

2013-12-25 Thread vinayak11118
I have an actions.py file which defines custom actions for the admin page for one of my models. It uses an intermediary page (like the default delete action) and hence has a corresponding form which is also declared in the same file. For some reason, I had drop by database (development) and now