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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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