Django Redirect Functions | Django Tips#1

preview_player
Показать описание
Learn how to use django redirect functions properly with extra feature and tips.

The function redirect will basically return an HttpResponseRedirect with the proper URL. I prefer to always use this shortcut so my codebase remains consistent.

Video Contributed by Apoorv Garg

#DjangoTips
Рекомендации по теме
Комментарии
Автор

Nice 👌,
Apart from this just need some help, how can I add search/query data and output on bootstrap modal (popup)
Thanks

everything
Автор

Hii nice Job.. Your videos are awesome.. Can you please make chat application in Django? I need to implement it in my project..

akashpatil
Автор

i ask if i can redirect to a nother views with a variable to manipulate in the view

akrammekbal
Автор

Am stuck with my project on redirecting to a (dynamic url). if the user submit their form and it's save, I want to redirect the user to a page where they will see the info they just enter so they can view it. Thanks

richlueking