Fix Heroku setup

This commit is contained in:
2012-06-09 00:38:32 +01:00
parent 69d2f82baf
commit a77315ea2e
2 changed files with 2 additions and 1 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT

View File

@@ -5,4 +5,4 @@ South==0.7.4
-e git+https://github.com/disqus/django-modeldict.git#egg=modeldict
psycopg2==2.4.5
dj-database-url==0.2.0
gunicorn=0.14.2
gunicorn==0.14.2