How To Django: How To Work With URL Parameters and Query Strings

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Good explanation, but you need to show urls.py :) you can just paste it in the video description :)

Smiesznosyn
Автор

thank you. thank you. thank you. now need how can get this url dynamically in <a href="?"></a> tag.?

fahimtahmid
Автор

does anybody know the url pattern he used for this get request?

mohamedsameh
Автор

Very good video. You explained a very complex problem in a simple way, and even I can understand.

liuduan
Автор

hi how about multiple like array and category stuff like that ?

heygema
Автор

Hi,
Does anyone know how to get the whole query set is case when its more than ?name. Like on. Also, it's been created dynamically based on the filters provide. I will deeply appreciate for any help given. Thanks in advance! God bless you all ! :)

niteshrawat
Автор

I have a dictionary (having student data) in views.py and I want to get that data in browser using template by changing query string in url, as in the same video that you have shown.

Like localhost: url ?/name=abc,

If I change the name = abc, I will get details of abc, and so on

PrakashKumar-bnnk
Автор

is this how you setup your project when you develop application professionally?

crazdrms
Автор

i literally only came to this video to see the urls.py :(

karl
Автор

I read many documents but I didn't see any thing I need, and I try to find in youtube and I see this video, and you save my life, request.GET.get("..."). Many thanks

ThinhLe-ihuk