diff --git a/conf/settings.py b/conf/settings.py
index 1d8ced6..b750bd9 100644
--- a/conf/settings.py
+++ b/conf/settings.py
@@ -158,7 +158,7 @@ USE_TZ = True
 DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
 
 # 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")