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

LIL-724 revert

Closes LIL-724

See merge request lilschool/site!244
remotes/origin/course_old_price
Danil 7 years ago
commit 95e6f8e22b
  1. 3
      project/settings.py

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

Loading…
Cancel
Save