python学习
This commit is contained in:
@@ -1 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
DEBUG = True
|
||||
SQLALCHEMY_ECHO = True
|
||||
SQLALCHEMY_DATABASE_URI = 'mysql://username:password@127.0.0.1/food_db?charset=utf8mb4'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
SQLALCHEMY_ENCODING = "utf8mb4"
|
||||
|
||||
APP = {
|
||||
'domain':'106.52.204.179'
|
||||
}
|
||||
|
||||
RELEASE_VERSION="20180729001"
|
||||
Reference in New Issue
Block a user