mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Now doesnt blow its guts if no local settings are defined
This commit is contained in:
@@ -123,4 +123,8 @@ REDDIT_PASSWD = ''
|
||||
|
||||
HR_STAFF_GROUP = 'HR Staff'
|
||||
|
||||
# try and import local settings
|
||||
try:
|
||||
from settingslocal import *
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user