diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-14 16:12:03 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-14 16:12:03 +0100 |
commit | efb2e28fc07a57e7309fe67e051f580317be7493 (patch) | |
tree | 44a9eed019ae1a49735f63045e4a5c31ead4249f /config | |
parent | d7297950ec5aa95a4c42eb8640ff1a37570432a5 (diff) |
table-sm on caf_detail page now
Diffstat (limited to '')
-rw-r--r-- | config/settings/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings/base.py b/config/settings/base.py index 97acd53..be13ee7 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -152,7 +152,7 @@ MIDDLEWARE = [ # STATIC # ------------------------------------------------------------------------------ # https://docs.djangoproject.com/en/dev/ref/settings/#static-root -STATIC_ROOT = str(ROOT_DIR("staticfiles")) +STATIC_ROOT = str(ROOT_DIR("static")) # https://docs.djangoproject.com/en/dev/ref/settings/#static-url STATIC_URL = "/static/" # https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#std:setting-STATICFILES_DIRS |