Should I use django-gunicorn integration or wsgi? -


i setting web server gunicorn + django. there 2 deployment options: either use regular wsgi, or use gunicorn's django-integration. i'm tempted use latter, because simplifies configuration, django documentation says this:

if using django 1.4 or newer, it’s highly recommended run application wsgi interface using gunicorn command described above. 

they give no explanation, wonder why it's "highly recommended" go wsgi? ideas?

thanks lot.

starting django 1.4, project have wsgi.py, can used wsgi server (of there many, gunicorn being one).

essentially old django integration gunicorn convenience , running faster, it's no longer necessary because django projects have wsgi.py


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -