| ## Configuring project to get it up and running | | ## Configuring project to get it up and running |
| | | |
| First of all, since i don't want to commit my data | | First 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: |
| | | |
| # settings_local overwrites a few settings fro | | # settings_local overwrites a few settings fro |
| m here, and has to define SECRET_KEY | | m here, and has to define SECRET_KEY |
t | from simpleproject.settings_local import * | t | from settings_local import * |
| | | |
| my simpleproject/settings_local.py contains: | | my simpleproject/settings_local.py contains: |
| | | |
| | | |
| DATABASES = { | | DATABASES = { |