完成管理端代码

This commit is contained in:
2024-06-14 17:51:13 +08:00
parent cfbaf585a7
commit 963a80a670
18 changed files with 384 additions and 233 deletions

View File

@@ -1,8 +1,8 @@
db = {
'host':'localhost',
'user':'kejingfan',
'password':'KJF2811879',
'database':'TESTDB'
'user':'serviceAgent',
'password':'password123',
'database':'ServiceDatabase'
}
SECRET_KEY = 'ILOVEDATABASETECH'