摘要:
详情页组件 依赖:在luffycity目录下的命令 配置:main.js 资源:图片放置assrts/img文件夹 路由:router.js 组件 阅读全文
摘要:
课程接口修订 路由:course/urls.py 视图:course/views.py 分页:paginations.py 模型:course/models.py 序列化:course/serializers.py 阅读全文
摘要:
课程组件 阅读全文
摘要:
课程表分析 创建models:course/models.py 注册models:course/adminx.py 数据库迁移 阅读全文
摘要:
后台 后台路由:user/urls.py 常量配置:settings/const.py | settings/dev.py 序列化组件:user/serializers.py 频率组件:user/thorttles.py 异常模块:utils/exception.py 视图模块:user/views 阅读全文
摘要:
前台 Login.vue Register.vue Header.vue 阅读全文
摘要:
接口缓存 视图模块:home/views.py 阅读全文
摘要:
Celery 官方 Celery 官网:http://www.celeryproject.org/ Celery 官方文档英文版:http://docs.celeryproject.org/en/latest/index.html Celery 官方文档中文版:http://docs.jinkan. 阅读全文
摘要:
复习 今日内容 redis 基础命令 哈希操作 列表操作 集合操作 有序集合 python使用redis 依赖 直接使用 连接池使用 缓存使用:要额外安装 django redis 手机验证接口 发送短信接口 阅读全文
摘要:
登录页面修订 阅读全文