Skip to content

sidja/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/sidja/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

Languages

  • CSS 80.8%
  • Python 13.4%
  • HTML 5.8%