Rearranged settings.

This commit is contained in:
Chris Church
2013-03-13 16:47:58 -04:00
parent 9491453887
commit 2714e36268
4 changed files with 116 additions and 39 deletions

4
lib/settings/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
try:
from local_settings import *
except ImportError:
from defaults import *