Django - Redirect to a url with query string in Django

redirect 를 하는데 쿼리 스트링을 같이 넘기고 싶을때, 이 간단한 것도 찾아봐야 하나

암튼 reverse 를 이용해서 아래처럼 하면 해결이 된다.

 


return redirect(reverse_lazy("devices:page", kwargs={"pk": pval}) + "?" + request.GET.urlencode())

 

참고한 사이트 주소는 여기

https://stackoverflow.com/questions/19784810/redirect-to-a-url-with-query-string-in-django

 

Redirect to a url with query string in Django

How can I go to a specific URL with parameters like if I have view def search(request): and in urls.py ^search/$ and what I need to do is to redirect like search/?item=4 c = {} render_to_response(&

stackoverflow.com

간단하게 끝.

션한 바다로 여행가쟝

Pexels에서 Artem Beliaikin님의 사진: https://www.pexels.com/ko-kr/photo/1103511/