Explorar el Código

完善路由表配置2

locky hace 3 años
padre
commit
37062086fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Ansjer/cn_config/test_settings.py

+ 1 - 1
Ansjer/cn_config/test_settings.py

@@ -112,7 +112,7 @@ DATABASES = {
     },
 }
 
-DATABASE_ROUTERS = ['test_database_router.DatabaseAppsRouter']
+DATABASE_ROUTERS = ['Ansjer.cn_config.test_database_router.DatabaseAppsRouter']
 DATABASE_APPS_MAPPING = {
     'Model': 'default',
     'db2': 'mysql02',