aa
This commit is contained in:
BIN
common/models/member/__pycache__/DeviceInfo.cpython-39.pyc
Normal file
BIN
common/models/member/__pycache__/DeviceInfo.cpython-39.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -43,8 +43,8 @@ UPLOAD = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
APP = {
|
APP = {
|
||||||
# 'domain':'http://106.52.204.179:8999'
|
'domain':'http://106.52.204.179:8999'
|
||||||
'domain':'https://python815.cn'
|
# 'domain':'https://python815.cn'
|
||||||
}
|
}
|
||||||
|
|
||||||
PAY_STATUS_MAPPING = {
|
PAY_STATUS_MAPPING = {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
SQLALCHEMY_ECHO = True
|
SQLALCHEMY_ECHO = True
|
||||||
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db'
|
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db?charset=utf8mb4'
|
||||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||||
SQLALCHEMY_ENCODING = "utf8mb4"
|
SQLALCHEMY_ENCODING = "utf8mb4"
|
||||||
# RELEASE_VERSION = "20190730"
|
# RELEASE_VERSION = "20190730"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
QLALCHEMY_ECHO = True
|
QLALCHEMY_ECHO = True
|
||||||
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db'
|
SQLALCHEMY_DATABASE_URI = 'mysql://root:~renjianbo0118mysql*&;@127.0.0.1/food_db?charset=utf8mb4'
|
||||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||||
SQLALCHEMY_ENCODING = "utf8mb4"
|
SQLALCHEMY_ENCODING = "utf8mb4"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user