7 lines
79 B
Python
7 lines
79 B
Python
|
from .common import * # noqa
|
||
|
|
||
|
DEBUG = True
|
||
|
|
||
|
# 自定义设置
|
||
|
TESTING = False
|