Prefetch_Related And Select_Related Django | Hindi

preview_player
Показать описание
------------------------------------------------
LOGGING = {
'version': 1,
'filters': {
'require_debug_true': {
}
},
'handlers': {
'console': {
'level': 'DEBUG',
'filters': ['require_debug_true'],
'class': 'logging.StreamHandler',
}
},
'loggers': {
'level': 'DEBUG',
'handlers': ['console'],
}
}
}

---------------------------------------------

Follow me on Social Media
Рекомендации по теме
Комментарии
Автор

These short videos are better than doing whole project. Short and infromative.

gyanookharel
Автор

Very nice explanation I have seen many django developer never take effort to look into details like select_related or few less used operator like in
gt
gte
lt
lte

sushantd
Автор

Your explanation is so good..
But still confusion are there,
If you can please show in realtime like in html page so what data is coming,
So it is help for why we use select_related, prefetch_related

kskr
Автор

Bro why are you using select_related() in Author table??
Author table should use prefect_related ( reverse relation)

DhavalAhir
Автор

where is your django series? django ki tutorial ni mil rhe apke

armaanalam
Автор

Sir HttpResponseRedirect vs redirect me kya difference hai and dono ko kab use karna chahiye

_chiku
Автор

i need a help how to set SEO attributes in django

eranandyadav
Автор

Hi @Geeky Shows, can you create videos on POSTgREST as well... That will be so helpful

akankshasrivastava
Автор

Meta tag and meta description and meta titale add krna h kaise kre plzz suggest me

eranandyadav
Автор

Sir allauth ka custom user kese banae bas una bata dijiye matlab extra fields kese add kare allauth k signup page pe

ritammoharana
Автор

Please add video or updated video with many joins for example, in multivendor ecommerce use case ....
Is it possible to create multiple joins for getting data in one query. Can we get vendor data, vendor product, vendor product and their orders in one query only
Vendor -> Vendor product -> Product -Orders ->

sushantd
Автор

Bro would you plz make a video to get data with help of DRF (django restframework) grouped by financial year and month. Result shud be like this:
[
{
"2019-20":
{
"Jan": "somedata",
"Feb": "anotherdata" # and so on for March, April and Dec
}
}
]

shekharyadav
Автор

Please understand what your are explaining to others .
You also getting confues many time in Your video .

PaytmBadshah
Автор

lo pone en español pero no tiene los subtitulos cacho

ruizdani
Автор

I think you need to be more clear in explaining, It gets more confusing as the video progresses towards the end

eazzap