It's much easier to just add gunicorn to your installed apps, and then do "./manage.py run_gunicorn" instead of "./manage.py runserver." It's pretty much takes the same options, except you'll want to add "-b" before your IP and port, like " -b 127.0.0.1:8000."
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/CAOzwKwGB-K%3DWjmeix5YpwC5zUv0EORWrvpS_X7Rn_yJzu84ASQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment