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

회원가입 API를 구현한다 #2

Open
taening opened this issue Mar 8, 2020 · 0 comments · May be fixed by #24
Open

회원가입 API를 구현한다 #2

taening opened this issue Mar 8, 2020 · 0 comments · May be fixed by #24
Milestone

Comments

@taening
Copy link
Collaborator

taening commented Mar 8, 2020

No description provided.

@taening taening added this to the 1주차 milestone Mar 8, 2020
taening added a commit that referenced this issue Mar 21, 2020
user/urls.py 에 api/users/signup/ URL경로를 추가했습니다.
해당 경로로 POST를 보내면 해당 정보를 DB에 등록하는 기능을 구현했습니다.
user/views.py 에서 구현한 코드를 확인할 수 있습니다.

tcpsite/urls.py 에 불필요한 Module 임포트를 제거했습니다.
user/models.py 에 Autopep8이 실행되어 NewLine이 추가됐습니다.
@taening taening linked a pull request Mar 21, 2020 that will close this issue
@taening taening linked a pull request Mar 21, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant