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")