美文网首页
目录的创建

目录的创建

作者: 两点半的杂货铺 | 来源:发表于2018-03-08 15:31 被阅读7次
    image.png

    一、项目文件目录方式

    project
        - APP(repository) - 数据仓库(操作数据Model)
        - APP(backend)    - 后台管理
        - APP(web)        - 首页,个人博客
        - utils           - 工具包(公共模块)
    

    二、基础点

    • 验证码生成
    • 分页功能
    • 使用templatetags模块
    • 模板的继承
    • form表单的clean 重写

    相关文章

      网友评论

          本文标题:目录的创建

          本文链接:https://www.haomeiwen.com/subject/zzoffftx.html