[Answered ]-Azure free website with Python Django not running

2👍

Looks like it does support creating Django based projects under the free tier.

Windows Azure Web Sites provide limited free hosting and rapid deployment – and now you can use Python!

http://www.windowsazure.com/en-us/develop/python/tutorials/web-sites-with-django/

0👍

Currently you can do Django in the VM and “Cloud Service” (webrole) contexts:

https://www.windowsazure.com/en-us/develop/python/tutorials/web-app-with-django-and-mysql/

and

https://www.windowsazure.com/en-us/develop/python/tutorials/django-with-visual-studio/

Support for ‘Web Sites’ is being worked on.

Leave a comment