1 Star 0 Fork 5

aninet / 在线教育平台开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Python + Django 开发在线教育网站

超级管理员

username admin
password admin@7116

root
root@123

安装依赖包

pip install -r requirements.txt

数据库设计

  • django app设计
  • users models.py的编写
    - 1. 自定义userprofile覆盖默认user表
    - 2. EmailVerifyRecord - 邮箱验证码
    - 3. PageBanner - 轮播图
  • courses models.py的编写
    - 1.Course - 课程基本信息
    - 2.Lesson - 章节信息
    - 3.Video - 视频
    - 4.CourseResource - 课程资源
  • organization models.py的编写
    - 1.CourseOrg - 课程机构基本信息
    - 2.Teacher - 教师基本信息
    - 3.CityDict - 城市信息
  • operation models.py的编写
    - 1.UserAsk - 用户咨询
    - 2.CourseComments - 用户评论
    - 3.UserFavorite - 用户收藏
    - 4.UserMessage - 用户消息
    - 5.UserCourse - 用户学习的课程

知识点

  • 1.循环引用

循环引用

  • 2.app model分层

app model分层

空文件

简介

Django+xadmin打造最强在线教育平台 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/aninet/mxonline.git
git@gitee.com:aninet/mxonline.git
aninet
mxonline
在线教育平台开发
master

搜索帮助