python学习

This commit is contained in:
2019-07-29 15:28:02 +08:00
parent 5ee5b5035c
commit 04327fbd47
18 changed files with 709 additions and 274 deletions

1
www.py
View File

@@ -5,6 +5,7 @@ from application import app
统一拦截处理和统一错误处理
'''
from web.interceptors.AuthInterceptor import *
from web.interceptors.ErrorInterceptor import *
'''
蓝图功能对所有的url进行蓝图功能配置