Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[백엔드] - 1주차 목표 #1

Open
5 tasks
LeeDayday opened this issue May 1, 2023 · 0 comments
Open
5 tasks

[백엔드] - 1주차 목표 #1

LeeDayday opened this issue May 1, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@LeeDayday
Copy link
Contributor

LeeDayday commented May 1, 2023

현재 기능

현재 이 repository에는 간단한 게시판 django project가 준비되어 있습니다.

  • ListPostView
    • 게시판 리스트 전체 조회
    • 게시글 생성
  • DetailPostView
    • 게시글 상세 조회
    • 게시글 수정

추가 기능

다음과 같은 기능을 추가하고 싶습니다.

  • 게시글 상세 조회 시, 작성자를 알고 싶습니다.
  • 게시글의 작성자만 삭제할 수 있게 만들고 싶습니다.

무엇을 해야할까?

  • User django app 생성 (User model 생성)
  • permission 제어를 통한 delete 함수 구현
  • (추가 과제) Login 구현
@LeeDayday LeeDayday added the documentation Improvements or additions to documentation label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant