/django-project-template

A template to create new django projects.

Primary LanguagePython

{{ project_name|title }}

{% if False %} Use the following command to create a new django project based on this template:

$ django-admin.py startproject --template=https://github.com/noxan/django-project-template/archive/master.zip --extension=py,md,html --name=Makefile <project_name>

{% endif %}