Skip to content

Commit

Permalink
🎨 Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzen committed Aug 22, 2023
1 parent eb73351 commit aaf88a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ class Prod(Sentry, WhitenoiseStatic, Base):
]

MIDDLEWARE = [
"corsheaders.middleware.CorsMiddleware",
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.middleware.locale.LocaleMiddleware",
"corsheaders.middleware.CorsMiddleware",
"django_htmx.middleware.HtmxMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
Expand Down

0 comments on commit aaf88a5

Please sign in to comment.