Deploy Django onWindows Azure web sitesin 5 minutesby @tzangms
View Slide
Start from scratchyou can deploy django from library in 1 minutes
musician@tzangmsCTO of StreetVoice小海
I won’t Live Demotoday
What PaaS I’ve used•Heroku•AppEngine•dotcloud•AWS•ep.io (dead)•djangy (dead)
What I like in Azure
Nice Dashboard
Easy deploymentjust a few clicks
Then it’s automatic!
Visual Studio is toocomplicated for meSo I stick with the command line.
ImportantConcept
You have to commitpython packages in`site-packages`
$ pip install \-t site-packages-t = target
Dir Structureand that’s the site-packages I just mentioned
Quick Start
tzangms/django-azure-templategithub.comI already made adjango template
Follow the steps inREADME
Then your will get this page
Configuration in officialdocument
You don’t have to do these settings
You need web.config
There is morebut I did not test it yet.
Storagethere is django-storages
SQL Serverthere is django-mssql
Thanks!