Code Monkey home page Code Monkey logo

note's Introduction

note

  • message 앱 안에 있는 home.html을 띄워 줌..

계정 관리

  • account 앱
  • 장고 자체 User 모델 사용
  • 로그인 -> LoinView 사용
  • 로그아웃 -> LogoutView 사용

쪽지

  • message 앱
  • Note 모델 생성
    보내는 사람(sender)만 foreignkey를 이용해 User 모델과 연결하고 받는 사람(receiver)은 CharField로 설정.
    둘 다 외래키로 설정하는 건 안 되는 것 같고 방법을 모르겠음...
  • 기능
    :'쪽지 보내기', '보낸 쪽지만 보기', '받은 쪽지만 보기', '쪽지 삭제, 단 수신인과 발신인 모두 쪽지를 삭제한 경우에만 db에서 삭제'
  • 그냥 한 번 만들어 본 것....
    :'수신인이 쪽지를 읽지 않았다면 쪽지 수정하기'

추가하거나 보충할 것.

  • 꾸미기(login view와 signup view를 사용해서 로그인과 회원가입을 구현했더니... 어떻게 꾸며야 할지 모르겠다...)
  • 동시에 여러명에게 쪽지를 보낼 수 있게 만들기

note's People

Contributors

hahoetal 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.