Use config from settings.py

This enables to use a settings.py in the base directory of the repo,
if no environment variable set.
This commit is contained in:
Julius Härtl
2014-01-31 16:57:15 +01:00
parent f35b81ae31
commit f2dbc4a75b
3 changed files with 13 additions and 2 deletions

3
.gitignore vendored
View File

@@ -33,3 +33,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
# PuppetDB Settings
/settings.py