Use i18n sqlite backend for multilingual URL resolution
This commit is contained in:
@@ -51,7 +51,7 @@ PRIVATE_MEDIA_ROOT = str(BASE_PATH / "private")
|
||||
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
"ENGINE": "ocyan.i18n.db.sqlite3",
|
||||
"NAME": str(BASE_PATH / "db.sqlite3"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user