mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Update settings.4.1.1.py
This commit is contained in:
parent
96ef2e0de9
commit
ee856f54c5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue