Tuesday, September 2, 2014

Re: Apache on Windows & multiple Django apps


*facepalm*... honestly, I did not spot the difference, i believed the line I had was right!!!

thanks anyways, I will try that tomorrow.

Am Dienstag, 2. September 2014 17:45:37 UTC+2 schrieb Collin Anderson:
setdefault is what's causing your trouble. Change it to an explicit:

os.environ['DJANGO_SETTINGS_MODULE'] = 'app.settings'

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/398b5cbb-adf7-425e-b91f-9902a8f5a6bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment