Re: wsgi errors lead to 500 launching django on heroku

2015-01-03 Thread Malik Rumi
SOLVED. On Thursday, January 1, 2015 9:17:57 PM UTC-6, Malik Rumi wrote: > > I have a wsgi problem I am hoping you can help me with. I am running > Django1.7 with gunicorn 19.1.1 and wsgiref 0.1.2. I am trying to get this > to run on Heroku. The last error was that it could not find the template

wsgi errors lead to 500 launching django on heroku

2015-01-01 Thread Malik Rumi
I have a wsgi problem I am hoping you can help me with. I am running Django1.7 with gunicorn 19.1.1 and wsgiref 0.1.2. I am trying to get this to run on Heroku. The last error was that it could not find the template home.html and that there was a wsgi error. I added TEMPLATE_DIR to my setting