Skip to content

Our fork of django-project-templates, which includes fabric scripts and basic setup for Heroku apps.

License

Notifications You must be signed in to change notification settings

padejski/django-djordje-project-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-project-templates

This project contains templates for creating a new Django project. It’s like running django-admin.py startproject but it creates a more complete application skeleton.

All you need to do is install the package from PyPi like so. Note that it will install PasteScript, Cheetah and Fabric. So you may want to create a new virtualenv.

python easy_install django-project-templates

Alternatively you can install it from a git clone with:

python setup.py install

And then creating a project skeleton is as simple as:

paster create --template=django_project example_project

Note that this project skeleton is still in flux. It definitely contains some things that are personal preference but it hopefully makes up for it with useful tools like a reasonably complete fabric based deployment setup and configs for CruiseControl. And yes, more documentation would be nice.

Heroku template

Drawing on work from the Chicago Tribune, we (the Center for Investigative Reporting) put together a project template for launching news apps in a Heroku environment. You can read more about it here.

paster create --template=heroku_project project_name

About

Our fork of django-project-templates, which includes fabric scripts and basic setup for Heroku apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published