settings: Make dbsettings and localsettings external to settings.py
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 11:42:12 +0000 (13:42 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 11:43:35 +0000 (13:43 +0200)
commit6766edae0f027f1ac392b11e62dbb4485000a58b
treee2b826eddc742c0e5367865fc9bc9cf93f9cfc61
parenta5560561a1094c95b984f5fee3f7d19808ea981f
settings: Make dbsettings and localsettings external to settings.py

This allows keeping those settings out of version control and modifiable
per installation.
dbsettings.py.tmpl [new file with mode: 0644]
localsettings.py.tmpl [new file with mode: 0644]
settings.py