Skip to content

Django 1.4+ project template layout. Run: django-admin.py startproject --template=https://github.com/lincolnloop/django-layout/zipball/master --extension=py,rst project_name

Notifications You must be signed in to change notification settings

juliocc/django-layout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Layout

django-layout provides sane defaults for new Django projects based on established best practices. To use django-layout run the following command:

django-admin.py startproject --template=https://github.com/volrath/django-layout/zipball/master --extension=py,rst,gitignore,example,conf project_name

Note

The text following this comment block will become the README.rst of the new project.


{{ project_name }}

Quickstart

To bootstrap the project:

mkvirtualenv {{ project_name }}
cd path/to/{{ project_name }}/repository
pip install -r requirements/local.pip
pip install -e .
cp {{ project_name }}/settings/local.py.example {{ project_name }}/settings/local.py
manage.py syncdb --migrate

Documentation

Developer documentation is available in Sphinx format in the docs directory.

Initial installation instructions (including how to build the documentation as HTML) can be found in docs/install.rst.

About

Django 1.4+ project template layout. Run: django-admin.py startproject --template=https://github.com/lincolnloop/django-layout/zipball/master --extension=py,rst project_name

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%