LIL-724 revert

remotes/origin/course_old_price^2
gzbender 7 years ago
parent 5839febf72
commit 54d5b1caf4
  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