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주차 목표 #2

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

[프론트] - 1주차 목표 #2

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
    • 게시글 상세 조회
    • 게시글 수정

이번 주 목표

  • 게시판 리스트 전체 조회 화면 (필수)

    • 해당 화면에서 게시글 생성 버튼을 통한 생성 작업
  • 게시글 클릭 시 상세 조회 (필수)

    • 해당 화면에서 게시글 수정 버튼을 통한 수정 작업

Django 관련 설명

  • django server 실행하는 방법
cd backend
python manage.py runserver

image
서버가 정상적으로 실행된 경우

@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