I am trying to push my project into a hero and I follow these instructions:
https://devcenter.heroku.com/articles/getting-started-with-django
I am currently stuck on the part of foreman start
I get this error: → full error http://dpaste.com/3Y213Y2
(boothie.0.1)MTVL1289dd026:HerokuBoothie bli1$ foreman start 14:59:05 web.1 | started with pid 58353 14:59:05 web.1 | [2014-12-09 14:59:05 -0800] [58353] [INFO] Starting gunicorn 19.1.1 14:59:05 web.1 | [2014-12-09 14:59:05 -0800] [58353] [INFO] Listening at: http://0.0.0.0:5000 (58353) 14:59:05 web.1 | [2014-12-09 14:59:05 -0800] [58353] [INFO] Using worker: sync 14:59:05 web.1 | [2014-12-09 14:59:05 -0800] [58356] [INFO] Booting worker with pid: 58356 14:59:05 web.1 | [2014-12-09 14:59:05 -0800] [58356] [ERROR] Exception in worker process: 14:59:05 web.1 | Traceback (most recent call last): 14:59:05 web.1 | File "/Users/bli1/Development/Django/HerokuBoothie/boothie.0.1/lib/python2.7/site-packages/gunicorn/arbiter.py", line 507, in spawn_worker 14:59:05 web.1 | worker.init_process() 14:59:05 web.1 | File "/Users/bli1/Development/Django/HerokuBoothie/boothie.0.1/lib/python2.7/site-packages/gunicorn/workers/base.py", line 114, in init_process 14:59:05 web.1 | self.wsgi = self.app.wsgi() 14:59:05 web.1 | File "/Users/bli1/Development/Django/HerokuBoothie/boothie.0.1/lib/python2.7/site-packages/gunicorn/app/base.py", line 66, in wsgi 14:59:05 web.1 | self.callable = self.load() 14:59:05 web.1 | File "/Users/bli1/Development/Django/HerokuBoothie/boothie.0.1/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 65, in load 14:59:05 web.1 | return self.load_wsgiapp() 14:59:05 web.1 | File "/Users/bli1/Development/Django/HerokuBoothie/boothie.0.1/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp 14:59:05 web.1 | return util.import_app(self.app_uri) 14:59:05 web.1 | File "/Users/bli1/Development/Django/HerokuBoothie/boothie.0.1/lib/python2.7/site-packages/gunicorn/util.py", line 356, in import_app 14:59:05 web.1 | __import__(module) 14:59:05 web.1 | ImportError: No module named HerokuBoothie.wsgi
Here is an image of my project structure. The project is located inside the HerokuBoothie
catalog. 
Profile:
web: gunicorn HerokuBoothie.wsgi --log-file -
source share