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
1b2fc8fd96
commit
ef06c66dc9
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ USE_TZ = True
|
|||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
# URL prefix to use, please see documentation for more details
|
||||
URL_PREFIX = "__PATH__"
|
||||
URL_PREFIX = "__PATH2__"
|
||||
|
||||
# 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