Thank you vro suru ki video 1 -1 ghante ki thi to gussa bahut aya tha but ab kafi acha kam kiya tumne aur well defined video thank you so much and so soryy brother
08:23 If you use first approach then there will be a major problem, If you click the same option twice it will create a path error cause it will call same path twice. Try it yourself and you will see
bhai template inheritance with static files in django wali vdo se mujhe problem hori h same code follow krra hu fr b core.css ka bg color mere project folder me b show hori h or mai chahta hu application me era dushra bg show kre. pls iske liye 1 vdo bna do....rply jarur dena bhai m waiting......i follow your django playlist....34,35 vdo complete ho gyi ...puri 128 vdo complete krunga mai......
bro i have try the url tag option but I'm getting Reverse for 'about' not found. 'about' is not a valid view function or pattern name. base.htmlm code:
Home (current)
About
About
Jewellery
Contact us
Login
urls.py code: rlpatterns = [ path('admin/', admin.site.urls), path('', views.index, name='index'), path('about/', views.about, name='about'), path('jewellery/', views.jewellery, name='jewellery'), path('contact/', views.contact, name='contact'), path('first-view/', views.first_view), path('first-view/', views.dynamic_route), ## If we have no idea about which type of value will come in dyanmic url then use no type in the angular brackets it will accept all the types as shown in the above example. # path('first-view/', views.dynamic_route_str), If we have idea about the type of value comes in URL then we have to use int, str, or slug as shown in the example below. # path('first-view/', views.dynamic_route_slug), ] views.py code: def about(request): return render(request, "about.html") def contact(request): return render(request, "contact.html") def jewellery(request): return render(request, "jewellery.html") NOt getting where i have done mistake can anyone please help??
Wish there were double like buttons .......I am a novice in Django but I got it in very first time. You explained it lucidly ....
One day your channel will be ranked in top 10 channels of TH-cam in learning category إِنْ شَاءَ ٱللَٰه
LovefromzPakistan
Inshallah
inshAllah
Thank you vro
suru ki video 1 -1 ghante ki thi to gussa bahut aya tha but ab kafi acha kam kiya tumne
aur well defined video thank you so much and so soryy brother
08:23 If you use first approach then there will be a major problem,
If you click the same option twice it will create a path error cause it will call same path twice.
Try it yourself and you will see
love from Nepal Django playlist helped me lot thankyou :)
Bro you explaining very Good
Do not delete it
Sir Thanks alot for providing us free , your course is far more good then udemy courses.
Best channel in TH-cam
Nice explanation you dissorve thumbs up
sir you are doing great job , thank you very much , i am from Kerala . god bless you sir
appreciable way of teaching
Speechless||Respect
Thanks buddy! Saved the day
Sir waiting more video 🙏 thank uh so much
Thank you sir videos uploade karne k liye.....
Thank you sir
Good job 👌👌👌👏 thanks
Wah👌amazing
Done This Topic boss
i love you broh
Sir aap splay tree ke upar ek vedio upload kariye
Can u make a context processor video?
Thank you
Sir, I want whole playlist on this framework..plz
th-cam.com/play/PLbGui_ZYuhigchy8DTw4pX4duTTpvqlh6.html
thanks
ab mja aa rha hn
Bhai Oracle SQL pr tutorial kab ayga can u tell me ayga ya nahi ?
Sir pls explain navigation main menu and sub menu url link
bhai template inheritance with static files in django wali vdo se mujhe problem hori h same code follow krra hu fr b core.css ka bg color mere project folder me b show hori h or mai chahta hu application me era dushra bg show kre. pls iske liye 1 vdo bna do....rply jarur dena bhai m waiting......i follow your django playlist....34,35 vdo complete ho gyi ...puri 128 vdo complete krunga mai......
Good good good
23:19 mere ghar me aaj Khichdi hi bana hai... :)))
23:00
hi sir, i am from pakistan, Please advise how can we access a different page from a different app in the same project
If you have provided a name argument to to path function corresponding to that page, simply we can access that page in any other app using static tag.
bhai mra kam nai ker raha. jb ma link ka name change kerta ho tb mjy manually link likhna perta hai address bar may.
More
😍😍😍😍😍😍😍🥰🥰
bro i have try the url tag option but I'm getting Reverse for 'about' not found. 'about' is not a valid view function or pattern name.
base.htmlm code:
Home (current)
About
About
Jewellery
Contact us
Login
urls.py code:
rlpatterns = [
path('admin/', admin.site.urls),
path('', views.index, name='index'),
path('about/', views.about, name='about'),
path('jewellery/', views.jewellery, name='jewellery'),
path('contact/', views.contact, name='contact'),
path('first-view/', views.first_view),
path('first-view/', views.dynamic_route), ## If we have no idea about which type of value will come in dyanmic url then use no type in the angular brackets it will accept all the types as shown in the above example.
# path('first-view/', views.dynamic_route_str), If we have idea about the type of value comes in URL then we have to use int, str, or slug as shown in the example below.
# path('first-view/', views.dynamic_route_slug),
]
views.py code:
def about(request):
return render(request, "about.html")
def contact(request):
return render(request, "contact.html")
def jewellery(request):
return render(request, "jewellery.html")
NOt getting where i have done mistake can anyone please help??