mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
readd the possibility to have local_settings
This commit is contained in:
parent
1e0d93a796
commit
f12783dd3a
1 changed files with 6 additions and 0 deletions
|
@ -898,3 +898,9 @@ GOOGLE_ANALYTICS_ID = None
|
||||||
SENTRY_DSN = None
|
SENTRY_DSN = None
|
||||||
SENTRY_ENVIRONMENT = SITE_DOMAIN
|
SENTRY_ENVIRONMENT = SITE_DOMAIN
|
||||||
AKISMET_API_KEY = None
|
AKISMET_API_KEY = None
|
||||||
|
|
||||||
|
# Yunohost hack so users can define a new conf, and we can just replace the conf
|
||||||
|
try:
|
||||||
|
from .local_settings import *
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
|
Loading…
Reference in a new issue