add new
This commit is contained in:
parent
6efb5b4a00
commit
a03bffae5e
@ -21,3 +21,8 @@
|
||||
监控管理 服务可用性监控,服务性能监控,日志监控,服务自拉起
|
||||
报表管理 OPS系统统计,数据汇总
|
||||
接口管理 应用接口配置及管理
|
||||
|
||||
|
||||
### todo:
|
||||
raven 模块的使用
|
||||
https://raven.readthedocs.io/en/stable/integrations/tornado.html
|
9
project_src/utils/__init__.py
Normal file
9
project_src/utils/__init__.py
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
x
Reference in New Issue
Block a user