Skip to content

Commit

Permalink
Fixup rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Nov 25, 2024
1 parent 884d50c commit bdead37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions friendly_umbrella/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "django-insecure-xe9&^1#%wg%d-qjy861j5j*_yvf^m@_r-+jcqe0qt9($r4=4!k"
SECRET_KEY = (
"django-insecure-xe9&^1#%wg%d-qjy861j5j*_yvf^m@_r-+jcqe0qt9($r4=4!k"
)

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

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

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

# Application definition

INSTALLED_APPS = [
Expand Down Expand Up @@ -85,8 +85,6 @@
},
]

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


Expand Down

0 comments on commit bdead37

Please sign in to comment.