procfile heroku django

44

heroku requirements.txt python -

Flask==0.8
Jinja2==2.6
Werkzeug==0.8.3
certifi==0.0.8
chardet==1.0.1
distribute==0.6.24
gunicorn==0.14.2
requests==0.11.1

procfile for django heroku -

web: gunicorn <your-app-name>.wsgi --log-file -

Comments

Submit
0 Comments