-
Notifications
You must be signed in to change notification settings - Fork 822
代码结构简介
栾鹏 edited this page Aug 1, 2022
·
12 revisions
平台控制端为fab框架,可以参考https://github.com/tencentmusic/fab
myapp/project.py中包含登录的方式、推送消息的方式
启动配置:config.py中CeleryConfig 代码开发:myapp/tasks/schedules.py
代码开发:myapp/tools/watch_xx.py
myapp/migrations/versions
myapp/models myapp/views
myapp/vision
myapp/security.py