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 -
web: gunicorn <your-app-name>.wsgi --log-file -