procfile Heroku django
#make sure your Procfile named "Procfile"
web: gunicorn core.wsgi --log-file -
Nazmul Hassan
#make sure your Procfile named "Procfile"
web: gunicorn core.wsgi --log-file -
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
web: gunicorn <your-app-name>.wsgi --log-file -