File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 30
30
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/
31
31
32
32
# SECURITY WARNING: keep the secret key used in production secret!
33
- SECRET_KEY = "django-insecure-xe9&^1#%wg%d-qjy861j5j*_yvf^m@_r-+jcqe0qt9($r4=4!k"
33
+ SECRET_KEY = (
34
+ "django-insecure-xe9&^1#%wg%d-qjy861j5j*_yvf^m@_r-+jcqe0qt9($r4=4!k"
35
+ )
34
36
35
37
# SECURITY WARNING: don't run with debug turned on in production!
36
38
DEBUG = True
39
41
40
42
CSRF_TRUSTED_ORIGINS = ["https://*.cfpb.gov" ]
41
43
42
- CSRF_TRUSTED_ORIGINS = ["https://*.cfpb.gov" ]
43
-
44
44
# Application definition
45
45
46
46
INSTALLED_APPS = [
85
85
},
86
86
]
87
87
88
- # Optionally patch the environment with file-based variables.
89
- patch_environ (os .getenv ("PATCH_ENVIRON_PATH" ))
90
88
WSGI_APPLICATION = "friendly_umbrella.wsgi.application"
91
89
92
90
You can’t perform that action at this time.
0 commit comments