diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 21:51:17 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 21:51:17 +0100 |
commit | 7cccf4daf15f16f3b7b4dc7909862fc2839caf4f (patch) | |
tree | c7d01dc580db7d1ce7adce46b3ee172ae645558a /localsettingsWSL.py | |
parent | e1cf43c260c75b3e047d02c49d8e26b2bb14e153 (diff) | |
download | troggle-7cccf4daf15f16f3b7b4dc7909862fc2839caf4f.tar.gz troggle-7cccf4daf15f16f3b7b4dc7909862fc2839caf4f.tar.bz2 troggle-7cccf4daf15f16f3b7b4dc7909862fc2839caf4f.zip |
move *_views files to /views/*
Diffstat (limited to 'localsettingsWSL.py')
-rw-r--r-- | localsettingsWSL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py index 4296be4..81a4042 100644 --- a/localsettingsWSL.py +++ b/localsettingsWSL.py @@ -60,7 +60,7 @@ print(TROGGLE_PATH) print(TEMPLATE_PATH) print(MEDIA_ROOT) -#STATIC_ROOT removed after merging content into MEDIA_ROOT. See urls.py & core/views_surveys.py +#STATIC_ROOT removed after merging content into MEDIA_ROOT. See urls.py & core/views/surveys.py # --------------------- MEDIA redirections END --------------------- PUBLIC_SITE = True |