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/* --- localsettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localsettings.py') diff --git a/localsettings.py b/localsettings.py index 1333952..2e79d50 100644 --- a/localsettings.py +++ b/localsettings.py @@ -58,7 +58,7 @@ SVX_URL = urllib.parse.urljoin(URL_ROOT , '/survex/') STATIC_URL = urllib.parse.urljoin(URL_ROOT , '/static/') # used by Django admin pages. Do not delete. JSLIB_URL = urllib.parse.urljoin(URL_ROOT , '/javascript/') # always fails, try to revive it ? -#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