Skip to content

OlickQC/django-azure-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Azure Template

Django project template for Windows Azure, let you deploy Django on Windows Azure in just a few steps.

Install Django

$ pip install django

Start project

$ django-admin.py startproject <project_name> --template=https://github.com/tzangms/django-azure-template/zipball/master

Modify web.config

Replace {{ project_name }} in web.config to your own project_name.

Install requirements

Using Windows Azure, your have to install all the dependencies into site-packages directory, you can use pip with -t args to do this. shown as below.

$ pip install django wsgiref -t site-packages

Commit and Deploy

Commit your code include the site-packages directory. and setup the deploy in Windows Azure with any VCS, then you should see your Django project running in a few minutes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%