Update settings for prod environment
This commit is contained in:
parent
0dc6c2b15e
commit
51647c6092
|
|
@ -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()
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue