Try it without setdefault or use daemon mode :) The "standard" configuration has this exact problem, which there's a warning in the docs and why daemon mode is recommended.
On Sunday, April 19, 2015, Joe <[email protected]> wrote: > @Florian What do you mean the projects are in the same python process? > > This is a standard implementation of the sites framework above, which > leads me to believe there is a bug in django 1.7 > > On Sunday, April 19, 2015 at 12:03:44 AM UTC-7, 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] > <javascript:_e(%7B%7D,'cvml','django-developers%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[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/dd19d815-224e-4102-9656-e3f493878e2c%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/dd19d815-224e-4102-9656-e3f493878e2c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAFO84S6D3bCLmwQVe-zcBkONEL7fFYVpxK6EV0Vx7VDaiNJ1Rg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
