mirror of
https://github.com/Rushilwiz/global.git
synced 2025-04-09 15:00:16 -04:00
fix: fixed secrets import
This commit is contained in:
parent
0750ff5efe
commit
233120cc0d
|
@ -1,4 +1,4 @@
|
|||
from . import BASE_DIR
|
||||
from . import BASE_DIR, AUTHENTICATION_BACKENDS
|
||||
|
||||
DEBUG=True
|
||||
SECRET_KEY='insecure_global_key'
|
||||
|
@ -37,4 +37,4 @@ else:
|
|||
|
||||
if DEBUG:
|
||||
AUTH_PASSWORD_VALIDATORS = []
|
||||
AUTHENTICATION_BACKENDS.append('django.contrib.auth.backends.ModelBackend')
|
||||
AUTHENTICATION_BACKENDS.append('django.contrib.auth.backends.ModelBackend')
|
||||
|
|
Loading…
Reference in New Issue
Block a user