Merge pull request #99 from EverythingMe/feature_allow_external_users

Procfile changes:
This commit is contained in:
Arik Fraimovich
2014-02-13 20:21:08 +02:00
3 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
web: honcho start -f Honchofile -p $PORT
web: honcho start -f Procfile.heroku -p $PORT

2
Procfile.heroku Normal file
View File

@@ -0,0 +1,2 @@
web: ./manage.py runserver -p $PORT --host 0.0.0.0 -d -r
worker: ./manage.py runworkers