python学习

This commit is contained in:
2019-08-21 11:02:33 +08:00
parent e11445ed48
commit e33134ebf2
5 changed files with 233 additions and 312 deletions

View File

@@ -6,7 +6,7 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
'domain':'106.52.204.179'
'domain':'106.52.204.179:8999'
}
RELEASE_VERSION="20180729001"