Axik / django-heroku-project-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating your project

To create a new Django project called 'grand_project' using this repo, run the following command:

$ django-admin.py startproject --template=https://github.com/Axik/django-heroku-project-template/archive/master.zip --extension=py,rst,txt,conf,example --name=Makefile grand_project

About


Languages

Language:Python 70.1%Language:Makefile 29.9%