FreeAgent/djangoappengine-starter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
(Project created on 8th Sept 2011.) This is a blank, starter project for using App Engine & "djangoappengine". This project was created simply by following the installation instructions here: http://www.allbuttonspressed.com/projects/djangoappengine Getting started... (on Linux) git clone git@github.com:FreeAgent/djangoappengine-starter.git mv djangoappengine-starter {your-project-name} cd {your-project-name} Add your new project directory & the SDK for App Engine to your PATH e.g. (on Linux) export PATH=.:$PATH export PATH=$PATH:/opt/google_appengine Start the local development server for App Engine: manage.py runserver