Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: add default base setting
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 3, 2023
1 parent 575e578 commit 96eb2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registrar/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
CSRF_TRUSTED_ORIGINS = []
CSRF_TRUSTED_ORIGINS_WITH_SCHEME = [] # temporary setting for Django 4.2 support
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
Expand Down

0 comments on commit 96eb2ba

Please sign in to comment.