Closed radoslawroszkowiak closed 9 years ago
python manage.py runserver --settings=volontulo_org.settings.dev does not work due to unexisting one of the model tables.
It is caused by django debug_toolbar (that's why it affects only the dev environment).
The syncdb or migrate or other django commands cannot be ran as well.
Expected behaviour: Django commands should be ran without errors.
python manage.py runserver --settings=volontulo_org.settings.dev does not work due to unexisting one of the model tables.
It is caused by django debug_toolbar (that's why it affects only the dev environment).
The syncdb or migrate or other django commands cannot be ran as well.
Expected behaviour: Django commands should be ran without errors.