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
httpie/cli#427
이 이슈를 보시면 httpie가 자체적으로 key를 알파벳 순서로 재정렬하는 것 같네요.
서버 설정과는 관계가 없어보입니다.
Workaround로는 위의 이슈에 나와있듯 httpie에 --pretty=colors 설정을 추가하면 원래 json이 그대로 출력되는 것 같네요.
과제 PDF에는
GET meetings/<int:pk>
형식이 이런 식으로 나와야 한다고 되어있습니다.현재 제가 구현한 것에서는
httpie
를 이용해서 GET을 하면 이 순서대로 표시되지 않고, element가 key 값에 대해 정렬되어 나옵니다.하지만 브라우저에서 (
admin1
계정으로 로그인 한 후)http://127.0.0.1:8000/meetings/30/
로 접속하면 PDF에 나온 순서대로 표시됩니다:혹시
httpie
로 요청하는 경우에도 PDF에 나온 순서를 그대로 따라야 하나요?The text was updated successfully, but these errors were encountered: