possibly a little out my depth here, I\'ve read the heroku docs thoroughly and still don\'t quite understand how the Procfile should be set up. Trying to deploy heroku (
try updating your Procfile to read as:
web: gunicorn grad.wsgi --log-file - --log-level debug --preload --workers 1
I have a few Heroku-Django apps that works with a similar setup. Let me know if it works for you?