@Collin, this is not the case. As you can see I have 2 different WSGI
files. The contents of them are:
#site1_wsgi.py
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "site1_settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
and
#site2_wsgi.py
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "site2_settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
On Sunday, April 19, 2015 at 5:01:40 AM UTC-7, Collin Anderson wrote:
>
> Ahh, yes, that sounds like the warning box here:
>
>
> https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/#basic-configuration
>
> On Sunday, 19 April 2015 03:03:44 UTC-4, Florian Apolloner wrote:
>>
>> Hi,
>>
>> this is certainly a bug in your code or deployment via mod_wsgi (eg the
>> two projects are in the same python process).
>>
>> Cheers,
>> Florian
>>
>
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/4190ffc6-ce9e-4420-b452-6fbebd4b2e3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.