Code Monkey home page Code Monkey logo

fulimake's Introduction

Django练手测试练手项目

开始

Django是Python程序员的福利,python程序员编写Django代码就如同福利的制作。——海明斯基 威尔

结构设计草稿

https://www.figma.com/file/Qg7812JrvDEAJmoYTnic0J/fulimake%E6%B5%8B%E8%AF%95?type=whiteboard&node-id=0-1&t=IDBbDpmvCY8QbbNe-0

记录目前的开发体验困惑

  • objects.filter .all这个点儿之后是一点提示都没有

  • 创建一条模型数据的时候,参数字段也没有提示,属性名写错了就会报错

  • except UnionExamCourseScore.DoesNotExist 这个代码在写的时候也抱错

except UnionExamCourseScore.DoesNotExist:
    return JsonResponse({
        'status': False,
        'text': '学生不存在',
        'data': {}
    }, status=404)  #.DoesNotExit属性会抱错

fulimake's People

Contributors

littlefean avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.