Configuring to run locally without local_settings, and able to run with apache...
Configuring to run locally without local_settings, and able to run with apache or gunicorn. Making heroku run with gunicorn.
... | @@ -3,6 +3,9 @@ South==0.7.6 | ... | @@ -3,6 +3,9 @@ South==0.7.6 |
argparse==1.2.1 | argparse==1.2.1 | ||
distribute==0.6.24 | distribute==0.6.24 | ||
dj-database-url==0.2.1 | dj-database-url==0.2.1 | ||
gevent==0.13.8 | |||
greenlet==0.4.0 | |||
gunicorn==0.15.0 | |||
psycopg2==2.4.5 | psycopg2==2.4.5 | ||
python-memcached==1.48 | python-memcached==1.48 | ||
wsgiref==0.1.2 | wsgiref==0.1.2 |
Please register or sign in to comment