Dynamic URL Routing & Templates | Django (3.0) Crash Course Tutorials (pt 9)

preview_player
Показать описание

In this video we will build a customer profile page with dynamic URL routing.

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

That was my biggest question: a particular dynamic single page for every item. And I got answer after this video. Thanks a lot !!! You are the treasure we must keep!

shahbozabdullayev
Автор

Thank you Dennis for this great course. It is helping me a lot.

keshavjha
Автор

I found it very useful I just enjoyed understanding from your explanation, Thanks so much and will wait such courses again!

akhror-oshie
Автор

thanks man, definitely the best tutorial ever, had so much fun

allivecars
Автор

Thank you Dennis! This course is really helping me a lot.

nischalbista
Автор

Thanks a lot, this is the best way of teaching I had seen, You are the treasure we must keep!❤👌🌹

aboulfathfekri
Автор

This is awsome man. Thanks for sharing your knowledge for free

mohamedelmabrouki
Автор

Dear Dennis, thanks for making such good videos.
Thanks,

banaras.wala.foreignaala
Автор

U r awesome😘
I mean i'm really getting a hang of this and it's so much fun😊

rutviktak
Автор

Helped me in my project. Thanks for the video buddy.

dhairya-varshney
Автор

well explained, Thanks again for sharing ur knowledge. Making crash course with a project is a great idea better than explaining stuff separately <3.

darkman
Автор

thanks alooot for these videos really helpfull ♥

hamzaseif
Автор

If yall get this error "object is not iterable"

use filter() instead of get()

moanxion
Автор

Thanks Dennis. your course is better than Udemy django course👏😏

juneyou
Автор

Very nice tutorial, exactly what I was looking for. Thanks; I've subscribed. God Bless. : D

chancewatkins
Автор

Far better than All udemy courses keep it up 🔥

muhammadyaseenkhan
Автор

Thank you so much! The best tutorial ever!

felmangarcia
Автор

this tutorial is so so good it has helped me alol

manastiwari
Автор

count value of number of orders for a particular customer can be rendered out with {{ orders.count }} here orders being the querySet. This would avoid use of extra variable named orders_count which is now being passed in the context variable.

ronilpatel
Автор

What if i want to search the customer from form input field..how can redirect that url

tic-tac-toe