You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user/urls.py 에 api/users/signup/ URL경로를 추가했습니다.
해당 경로로 POST를 보내면 해당 정보를 DB에 등록하는 기능을 구현했습니다.
user/views.py 에서 구현한 코드를 확인할 수 있습니다.
tcpsite/urls.py 에 불필요한 Module 임포트를 제거했습니다.
user/models.py 에 Autopep8이 실행되어 NewLine이 추가됐습니다.
No description provided.
The text was updated successfully, but these errors were encountered: