Skip to content

jcalazan/django-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-project-template

Template to use when starting new Django 1.8 projects with PostgreSQL.

Usage

Start a new project using this template:

django-admin.py startproject --template=https://github.com/jcalazan/django-project-template/archive/latest.zip --extension=py,gitignore project_name

Install requirements via pip:

pip install -r requirements.txt

Run database migrations:

python manage.py migrate

Links

About

Template to use when starting new Django projects

Resources

Stars

Watchers

Forks

Packages

No packages published