You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to revisit this "fix". At the time I was restarting constantly due to fixtures and this was a way to prevent manage.py getting loaded twice (hence startup.py). This issue was supposedly fixed in Django 1.4 but reappeared (maybe fixed in 1.7?). In any event the use of --noreload should be decided by individual developers since under normal circumstances you want the test server reloading changed modules.
@dmoco , I have left the original manage.py as manage.django.py .... just in case you wanted to revisit this fix. ;)
I will leave this open till Django 1.7 and test the fix with that before closing.
Need to revisit this "fix". At the time I was restarting constantly due to fixtures and this was a way to prevent manage.py getting loaded twice (hence startup.py). This issue was supposedly fixed in Django 1.4 but reappeared (maybe fixed in 1.7?). In any event the use of --noreload should be decided by individual developers since under normal circumstances you want the test server reloading changed modules.
4a02656
The text was updated successfully, but these errors were encountered: