Sunday, March 30, 2014

Location of the Procfile

Keep your Procfile in your project's top directory!  Otherwise, gunicorn (the server running your app) will not be able to see the Procfile!


/Users/christopherspears/PyDevel/tapeworm_django/
Procfile
README.md
requirements.txt
tapeworm/
  __init__.py
  __init__.pyc
  drawings/
  manage.py
  tapeworm/
  templates/

No comments:

Post a Comment