Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

Tutorial

Tutorial

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2012-03-17 18:36:50 2012-06-04 09:25:08
Editor Herbert Poul Herbert Poul
Tags

2012-03-17 18:36:50 by Herbert Poul
2012-06-04 09:25:08 by Herbert Poul
13## Configuring project to get it up and running13## Configuring project to get it up and running
1414
15First of all, since i don't want to commit my data15First of all, since i don't want to commit my data
>base settings into subversion i'll create a simple>base settings into subversion i'll create a simple
>project/settings_local.py and include it at the en>project/settings_local.py and include it at the en
>d of my simpleproject/settings.py:>d of my simpleproject/settings.py:
16    16    
17    # settings_local overwrites a few settings fro17    # settings_local overwrites a few settings fro
>m here, and has to define SECRET_KEY>m here, and has to define SECRET_KEY
t18    from simpleproject.settings_local import *t18    from settings_local import *
1919
20my simpleproject/settings_local.py contains:20my simpleproject/settings_local.py contains:
2121
2222
23    DATABASES = {23    DATABASES = {


Powered by Sphene Community Tools