Implementadas algunas rutas faltantes

This commit is contained in:
adevopg
2025-02-16 17:22:26 +01:00
parent c3fea2e0a2
commit 45ab155153
19 changed files with 340 additions and 21 deletions
+12 -2
View File
@@ -188,8 +188,7 @@ DATABASES = {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
},
},
'acore_characters': {
'acore_characters': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'acore_characters',
'USER': 'Inna',
@@ -200,6 +199,17 @@ DATABASES = {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
},
},
'acore_world': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'acore_world',
'USER': 'Inna',
'PASSWORD': '@dsJ210624@',
'HOST': 'localhost',
'PORT': '3306',
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
},
},
}