mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix typo
This commit is contained in:
parent
2457c3a13f
commit
9fccd0260b
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ DATABASES = {
|
|||
|
||||
# Data directory, you can use following for the development purposes:
|
||||
# os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "data")
|
||||
DATA_DIR = "__INSTALL_DIR/"
|
||||
DATA_DIR = "__INSTALL_DIR__/"
|
||||
CACHE_DIR = f"{DATA_DIR}/cache"
|
||||
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
|
@ -896,4 +896,4 @@ MATOMO_URL = None
|
|||
GOOGLE_ANALYTICS_ID = None
|
||||
SENTRY_DSN = None
|
||||
SENTRY_ENVIRONMENT = SITE_DOMAIN
|
||||
AKISMET_API_KEY = None
|
||||
AKISMET_API_KEY = None
|
||||
|
|
Loading…
Reference in a new issue