Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 284 Bytes

Django Template Project

Usage

django-admin startproject --template=https://github.com/gileno/django-template-project/archive/master.zip --extension=conf --name=Makefile --name=local_settings.py.example your_project_name
cd your_project_name
make setup