Skip to content Skip to sidebar Skip to footer

Wsgi For Virtualenv Not Working

I'm using bitnami Django stack. WSGI works fine when not using virtualenv However I installed virtualenv in root using sudo apt-get install and now WSGI does not work for virtuale

Solution 1:

SessionAuthenticationMiddleware is new in Django 1.7. Presumably you have an older version of Django installed in your virtualenv.


Post a Comment for "Wsgi For Virtualenv Not Working"