Heroku, Django, Foreman
I am following this tutorial: http://tutorial.djangogirls.org/en/domain/README.html But when I run foreman start web as mentioned in the heroku docs at https://devcenter.heroku.com/articles/getting-started-with-python#run-the-app-locally I get this error: 03:43:05 web.1 | started with pid 47516 03:43:05 web.1 | Traceback (most recent call last): 03:43:05 web.1 | File "C:\Python34\lib\runpy.py", line 170, in _run_module_as_main 03:43:05 web.1 | "__main__", mod_spec) 03:43:05 web.1 | File "C:\Python34\lib\runpy.py", line 85, in _run_code 03:43:05 web.1 | exec(code, run_globals) 03:43:05 web.1 |