From ef06c66dc98d8e6b6527d85d25054e02cb024812 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:34:04 +0100 Subject: [PATCH] Update settings.py --- conf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/settings.py b/conf/settings.py index 87b8494..f272876 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -154,7 +154,7 @@ USE_TZ = True DEFAULT_AUTO_FIELD = "django.db.models.AutoField" # URL prefix to use, please see documentation for more details -URL_PREFIX = "__PATH__" +URL_PREFIX = "__PATH2__" # Absolute filesystem path to the directory that will hold user-uploaded files. MEDIA_ROOT = os.path.join(DATA_DIR, "media")