rgfewfger

This commit is contained in:
27942
2025-11-28 17:42:21 +08:00
parent 375497a367
commit e360ae06a6
3 changed files with 2 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ pymysql.install_as_MySQLdb()
db_config = {
'database': 'lm',
'user': 'lm',
'password': 'nXMZ5JWbeKZ7N7RM',
'host': '192.168.1.105',
'password': 'phzEDrRDEeNZ7yFX',
'host': '192.168.1.79',
'port': 3306
}
@@ -28,7 +28,6 @@ db1 = MySQLDatabase(
port=db_config['port']
)
# class BaseModel(Model):
# class Meta:
# database = db1

Binary file not shown.

Binary file not shown.