diff options
Diffstat (limited to 'pergamon/settings/base.py')
-rw-r--r-- | pergamon/settings/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pergamon/settings/base.py b/pergamon/settings/base.py index 6af0b03..488a9d3 100644 --- a/pergamon/settings/base.py +++ b/pergamon/settings/base.py @@ -149,7 +149,7 @@ STATICFILES_DIRS = [ # See https://docs.djangoproject.com/en/2.2/ref/contrib/staticfiles/#manifeststaticfilesstorage STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' -STATIC_ROOT = os.path.join(BASE_DIR, 'static') +STATIC_ROOT = os.path.join(BASE_DIR, 'collected_static') STATIC_URL = '/static/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media') |