mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Use ManifestStaticFilesStorage by default
This commit is contained in:
@@ -297,6 +297,8 @@ STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'static')
|
||||
] if os.path.exists(os.path.join(BASE_DIR, 'static')) else []
|
||||
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|
||||
|
||||
# if os.path.exists(os.path.join(DATA_DIR, 'static')):
|
||||
# STATICFILES_DIRS.insert(0, os.path.join(DATA_DIR, 'static'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user