2022-11-23 TIL sparta

최해민·2022년 11월 23일
0

오늘 한 일(회고)

  • 유화제작 프로젝트 진행

    • 거래내역 기능 담당하여 개발중입니다.
      You called this URL via PUT, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining PUT data. Change your form to point to 127.0.0.1:8000/deal/2/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.

    Creating a ModelSerializer without either the 'fields' attribute or the 'exclude' attribute has been deprecated since 3.3.0, and is now disallowed. Add an explicit fields = 'all' to the DealUpdateSerializer serializer.

    drf url / 안붙었을때 DELETE 메서드 호출 다음 바로 GET 메서드 호출

내일 할일

  • 거래내역파트 CRUD중 RUD 작성하기
profile
안녕하세요

0개의 댓글