python学习

This commit is contained in:
2019-08-21 11:13:18 +08:00
parent e33134ebf2
commit 8df058774c
2 changed files with 86 additions and 85 deletions

View File

@@ -5,8 +5,8 @@ SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
'domain':'106.52.204.179:8999'
}
APP = {
'domain': '106.52.204.179:8999'
}
RELEASE_VERSION="20180729001"