mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +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'
|
HR_STAFF_GROUP = 'HR Staff'
|
||||||
|
|
||||||
from settingslocal import *
|
# try and import local settings
|
||||||
|
try:
|
||||||
|
from settingslocal import *
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user