Monday, November 24, 2014

How do I supply an appropriate application.wsgi to Gunicorn?


've run through the documentation and am hitting the same pages over and over again. At present I've found documentation to run off an existing myapp.wsgi file, but documentation for how to make an appropriate wsgi file is a little harder to find.

If I want to make, proxied by Apache, the equivalent of, on an older version of Gunicorn etc.:

python manage.py run_gunicorn 0.0.0.0:8888

what should I be doing to supply a WSGI file for:

gunicorn project.wsgi:application

Thanks,

--
Christos Jonathan Seth Hayward
Christos Jonathan Seth Hayward, an Orthodox Christian author.

If you read just one of my books, you'll want The Best of Jonathan's Corner (Kindle).

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE6_B5SUNHzCEjoC%3D7y9tqWq-m%3DSWkYayqaQ6PNqy9BdXVqOAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment