From ee856f54c5ee1c6000f3e297e8c195424a2fa456 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 28 Jun 2021 17:56:18 +0200 Subject: [PATCH] Update settings.4.1.1.py --- conf/settings.4.1.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/settings.4.1.1.py b/conf/settings.4.1.1.py index 52fe16b..3174475 100644 --- a/conf/settings.4.1.1.py +++ b/conf/settings.4.1.1.py @@ -136,7 +136,7 @@ USE_L10N = True USE_TZ = True # URL prefix to use, please see documentation for more details -URL_PREFIX = "__PATHURL__" +URL_PREFIX = "__PATH_URL__" # Absolute filesystem path to the directory that will hold user-uploaded files. MEDIA_ROOT = os.path.join(DATA_DIR, "media")