Skip to content

Django 1.4 Appengine

Dan Loewenherz edited this page Nov 30, 2012 · 1 revision

Features

Deployment

appcfg.py update .

Get started

To start a new Django project called project_name, run the following.

django-admin.py startproject -e md,yaml --template=https://github.com/aurorasoftware/django-template/archive/django-1.4-appengine.zip project_name
Clone this wiki locally