Now doesnt blow its guts if no local settings are defined

This commit is contained in:
2010-06-30 10:48:57 +01:00
parent 8736701273
commit 9a999d9f2f

View File

@@ -123,4 +123,8 @@ REDDIT_PASSWD = ''
HR_STAFF_GROUP = 'HR Staff' HR_STAFF_GROUP = 'HR Staff'
from settingslocal import * # try and import local settings
try:
from settingslocal import *
except:
pass