Skip to content

Commit bdead37

Browse files
committed
Fixup rebase issues
1 parent 884d50c commit bdead37

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

friendly_umbrella/settings.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/
3131

3232
# 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+
)
3436

3537
# SECURITY WARNING: don't run with debug turned on in production!
3638
DEBUG = True
@@ -39,8 +41,6 @@
3941

4042
CSRF_TRUSTED_ORIGINS = ["https://*.cfpb.gov"]
4143

42-
CSRF_TRUSTED_ORIGINS = ["https://*.cfpb.gov"]
43-
4444
# Application definition
4545

4646
INSTALLED_APPS = [
@@ -85,8 +85,6 @@
8585
},
8686
]
8787

88-
# Optionally patch the environment with file-based variables.
89-
patch_environ(os.getenv("PATCH_ENVIRON_PATH"))
9088
WSGI_APPLICATION = "friendly_umbrella.wsgi.application"
9189

9290

0 commit comments

Comments
 (0)