1
0
Fork 0
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:
ericgaspar 2021-06-28 18:25:51 +02:00
parent 421a405b46
commit b3b0c83d78
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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