Update settings for prod environment

This commit is contained in:
Ramon Wenger 2023-10-02 08:22:03 +02:00
parent 0dc6c2b15e
commit 51647c6092
2 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,6 @@ python manage.py shell
Import the nuke_user script, run it Import the nuke_user script, run it
```python ```python
import nuke_users from nuke_users from nuke_users import nuke_users
nuke_users() nuke_users()
``` ```

View File

@ -197,7 +197,7 @@ GERMAN = ("de", _("German"))
ENGLISH = ("en", _("English")) ENGLISH = ("en", _("English"))
FRENCH = ("fr", _("French")) FRENCH = ("fr", _("French"))
if PLATFORM in ["my-kv", "my-dhf", "my-dha"]: if PLATFORM in ["my-kv"]:
WAGTAIL_I18N_ENABLED = True WAGTAIL_I18N_ENABLED = True
WAGTAIL_CONTENT_LANGUAGES = LANGUAGES = [ WAGTAIL_CONTENT_LANGUAGES = LANGUAGES = [
GERMAN, GERMAN,