diff options
author | Étienne Loks <etienne@peacefrogs.net> | 2019-08-26 20:11:52 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2019-08-26 20:13:37 +0200 |
commit | 6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8 (patch) | |
tree | 5c3eedf34e31511a20edd3a39b5275c59a0394e2 /pergamon/settings/base.py | |
parent | 878ba9348c15860260462248446fda2cbbd7065c (diff) | |
download | ishtar-pergamon-6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8.tar.bz2 ishtar-pergamon-6922d81fa5efe02a620e9e779a9c3ffbfc6c4eb8.zip |
Install instruction
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') |