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