settings structure
This commit is contained in:
parent
3740a520a6
commit
dd713011a5
@ -158,3 +158,8 @@ LOGGING = {
|
||||
}
|
||||
|
||||
ACCOUNT_ACTIVATION_DAYS = 7
|
||||
|
||||
try:
|
||||
from .local_settings import *
|
||||
except ImportError:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user