From 55312bf7db963c4dc84c89aac6355bc4cc64fafd Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 2 Apr 2012 14:58:04 -0400 Subject: [PATCH] show instructions for gunicorn --- envs/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/envs/README.txt b/envs/README.txt index 8f2e4b6623..7a527b290f 100644 --- a/envs/README.txt +++ b/envs/README.txt @@ -8,3 +8,7 @@ of what you send it for an explicit --settings flag. It still works, but might have odd side effects. Using django-admin.py avoids that problem. django-admin.py is installed by default when you install Django. +To use with gunicorn_django in debug mode: + + gunicorn_django envs/dev.py +