Skip to content

jourdanrodrigues/django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 

Repository files navigation

Django Template

Make sure you have Django installed on your machine:

pip install django
python -m django startproject --template=https://github.com/jourdanrodrigues/django-template/archive/django.zip --extension=po,yml,yaml,toml,md,py [your_project_name]
python -m django startproject --template=https://github.com/jourdanrodrigues/django-template/archive/django-rest.zip --extension=po,yml,yaml,toml,md,py [your_project_name]

Note: You might have to use "python2" or "python3" instead of "python" in the command above, depending on your environment.