Saevon / webdnd

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.
MIT License
11 stars 3 forks source link

Fixture Loader Is flaky #44

Open Saevon opened 11 years ago

Saevon commented 11 years ago

Unless the very last app in INSTALLED_APPS has models it won't work. we need to rework the sript to always run last, perhaps without using such a hook

Saevon commented 11 years ago

Check out the file webdnd/shared/management/init.py the script is there. notice how it runs after it gets the last INSTALLED_APPS item, well we want it to always run on the last item which has a models (aka after all the models are set up)

Saevon commented 11 years ago

See If you can get this to work