Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 479 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 479 Bytes

{{ 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