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