Re: [uWSGI] intermittent No module named context_processors when using nginx/uwsgi

2019-01-10 Thread Sean DiZazzo
I don't use django, but can you wrap the import statement with a try/catch and print out additional debug information when it fires? Things like the uwsgi environ or and nginx or python environment variables you can get. On Thu, Jan 10, 2019 at 6:22 AM tk wrote: > > > Le 10/01/2019 à 9:19 AM,

Re: [uWSGI] intermittent No module named context_processors when using nginx/uwsgi

2019-01-10 Thread tk
Le 10/01/2019 à 9:19 AM, Larry Martell a écrit : I have both 1.9 and 2.0 and it happens with both. Django 1.9 is quite old and probably no longer supported. You should upgrade to Django 1.11.x for best results. I never tried seriously Django 2.0 yet. :-) tk Le 05/01/2019 à 4:01 PM,

Re: [uWSGI] intermittent No module named context_processors when using nginx/uwsgi

2019-01-10 Thread Larry Martell
On Thu, Jan 10, 2019 at 3:15 AM tk wrote: > > i dont know... what Django version are you using? I have no problems > running my sites with Django 1.11.x, django-hotsauce and uWSGI. I have both 1.9 and 2.0 and it happens with both. > > Cheers, > > tk > > Le 05/01/2019 à 4:01 PM, Larry Martell a

Re: [uWSGI] intermittent No module named context_processors when using nginx/uwsgi

2019-01-10 Thread tk
i dont know... what Django version are you using? I have no problems running my sites with Django 1.11.x, django-hotsauce and uWSGI. Cheers, tk Le 05/01/2019 à 4:01 PM, Larry Martell a écrit : I am having an odd interment django problem. I have an app which is deployed at 30 different sites,