Skip to content

Commit

Permalink
Updated settings.py for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Aug 16, 2024
1 parent 3bbccf9 commit df076a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/crkeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from morphodict.site.settings import *

# Where this application should be deployed:
PRODUCTION_HOST = "itwewina.altlab.app"
PRODUCTION_HOST = "itwewina.altlab.dev"

ALLOWED_HOSTS.append(PRODUCTION_HOST)

Expand All @@ -45,7 +45,7 @@
MORPHODICT_SOURCE_LANGUAGE = "crk"
MORPHODICT_TARGET_LANGUAGE = "eng"

MORPHODICT_PREVIEW_WARNING = False
# MORPHODICT_PREVIEW_WARNING = False

MORPHODICT_SOURCE_LANGUAGE_NAME = "Plains Cree"
MORPHODICT_SOURCE_LANGUAGE_SHORT_NAME = "Cree"
Expand All @@ -68,8 +68,8 @@
# 'Latn' is Okimāsis/Wolvegrey's SRO
"Latn-y": {
"name": "SRO (êîôâ) with y",
"converter": "CreeDictionary.CreeDictionary.orthography.to_y",
},
"converter": "CreeDictionary.CreeDictionary.orthography.to_y"
},
"Latn": {"name": "SRO (êîôâ) with ý"},
"Latn-x-macron-y": {
"name": "SRO (ēīōā) with y",
Expand Down

0 comments on commit df076a2

Please sign in to comment.