目录结构 - XiaochenCui/english_study_flask GitHub Wiki
- backup : 数据库备份文件
- external_lib : 辅助性工具函数库
- migrations : 数据库迁移脚本
- tests : 单元测试
- vocabulary : vocabulary app文件
- vocabulary.admin : 管理员视图
- vocabulary.auth : 认证视图
- vocabulary.main : 主视图
- vocabulary.resource : resource
- vocabulary.static : css, js
- vocabulary.templates : html
- vocabulary.models.py : 数据模型(model层)
- config.py : 站点配置(敏感配置暂时直接写在里面)
- manage.py : 管理入口
- run.py : 运行入口
- requirements.txt: 需求文件