Azure SDK + Django + Visual Studio 2012 - Publish to Azure succeeds, but I get 500 error
Posted
by
hume
on Stack Overflow
See other posts from Stack Overflow
or by hume
Published on 2012-09-23T17:53:31Z
Indexed on
2012/09/25
15:37 UTC
Read the original article
Hit count: 257
I followed the instructions here:
https://www.windowsazure.com/en-us/develop/python/tutorials/django-with-visual-studio/
However, whenever I try to open the url to my web app in the cloud I get a 500 error.
The tutorial doesn't mention setting up the TEMPLATE_DIRS setting in the django application or doing any work on the cloud service machine to install python/django. Could these be the problem?
© Stack Overflow or respective owner