Merge branch 'hotfix/LIL-724' into 'master'

Resolve LIL-724 "Hotfix/"

Closes LIL-724

See merge request lilschool/site!255
remotes/origin/hotfix/course_bugs_30-01-19
Danil 7 years ago
commit 87bbf59b7a
  1. 4
      project/settings.py

@ -176,8 +176,8 @@ STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
]
# FIXME
# STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

Loading…
Cancel
Save