Implementadas algunas rutas faltantes
This commit is contained in:
Binary file not shown.
+12
-2
@@ -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'",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user