From 6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 26 Aug 2019 20:11:52 +0200 Subject: Install instruction --- pergamon/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pergamon/settings/base.py') 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') -- cgit v1.2.3