Skip to content

alex/django-project-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{ project_name|title }}

You should write some docs, it's good for the soul.

Installation

$ django-admin.py startproject --template=<foo> -epy,rst

Usage

To use manage.py to execute scripts you must explicitly include the settings module to use with it, the default included settings are development and production so to start the development server you would do:

$ python manage.py development runserver

About

A skeleton for Django 1.4's new project template support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages