Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 241 Bytes

README.rst

File metadata and controls

9 lines (6 loc) · 241 Bytes

This is my own simple template for Django projects greater or equal than 1.4

Quickstart:

$ django-admin.py startproject foo --template <...>/django-template
$ cd foo
$ ./manage.py syncdb --noinput
$ ./manage.py runserver