profile
개발자?

FastAPI RedirectResponse Method Not Allowed 이슈

FastAPI Post Method에서 RedirectResponse 사용하여 Get Method로 리다이렉트 할때 Method Not Allowed가 발생할때 처리 방법 리턴시 status_code 값을 추가한다. 참고 https://github.com/tiangolo/fastapi/issues/1498

2023년 3월 15일
·
0개의 댓글
·

FastAPI jinja2 url_for https 지원

FastAPI app을 도커를 사용 하여 nginx에 연결 할 때 url_for 사용시 https가 적용 되지 않을 경우 nginx site.conf 템플릿 선언부

2023년 2월 28일
·
0개의 댓글
·

Pydantic Model 자기 참조

모델 데이터를 작성할 때 자기 자신을 참조 할 경우 아래와 같이 작성 클래스 명을 String으로 표시 Pydantic 참조 링크

2022년 12월 5일
·
0개의 댓글
·