Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Nov 2, 2023
1 parent 3c60e8e commit cc55746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"tz_detect.middleware.TimezoneMiddleware",
"allauth.account.middleware.AccountMiddleware",
)

TESTING = len(sys.argv) > 1 and sys.argv[1] == "test"
Expand Down

0 comments on commit cc55746

Please sign in to comment.