Skip to content

herrmendez/django-1_5-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django project sandbox (1.5)

This is just some sandbox to avoid the boilerplate needed to start each new Django project.

Installing it

If you want to install from it's source:

$ git clone https://github.com/herrmendez/django-1_5-sandbox.git

and after creating virtualenv...

$ cd django-1_5-sandbox

$ pip install -r config/requirements.txt

After this, you can modify the settings at your liking. All the setting files are at PROJECT_FOLDER/config/settings, and they are split into:

  • defaults.py: settings common to development and production
  • dev.py: development specific settings
  • production.py: production specific settings
  • testing.py: the settings used when you run "$ fab test_project" (testing db, etc)

Batteries included

About

Boilerplate for new Django 1.5 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published