Skip to content

Commit

Permalink
fix: remove this from base, exists in local (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnagro authored Dec 1, 2023
1 parent 0934881 commit ae3e09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enterprise_catalog/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@
'MEDIA_URL': MEDIA_URL
}
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
SOCIAL_AUTH_REDIRECT_IS_HTTPS = False
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'

# How long we keep API Client data in cache. (seconds)
Expand Down

0 comments on commit ae3e09e

Please sign in to comment.