From 7cccf4daf15f16f3b7b4dc7909862fc2839caf4f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 31 Mar 2021 21:51:17 +0100 Subject: move *_views files to /views/* --- localsettingsWSL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localsettingsWSL.py') 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 -- cgit v1.2.3