We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5155f53 commit 41cf4c4Copy full SHA for 41cf4c4
course_discovery/settings/base.py
@@ -580,14 +580,7 @@
580
EMAIL_USE_TLS = False
581
EXTRA_APPS = []
582
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
583
-STORAGES = {
584
- "default": {
585
- "BACKEND": "django.core.files.storage.FileSystemStorage",
586
- },
587
- "staticfiles": {
588
- "BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage",
589
590
-}
+STATICFILES_STORAGE = "django.contrib.staticfiles.storage.StaticFilesStorage"
591
CACHES = {
592
'default': {
593
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
0 commit comments