14. Master Django ORM | Learn Core Concepts about Django ORM which no one tells

preview_player
Показать описание
Master Django ORM | Learn Core Concepts about Django ORM which no one tells - In this video, I have taught about Django ORM. Django ORM is very powerful in terms of querying data but a lot of people don't have any idea about how they can query efficiently so I have made a video on Django ORM which teaches about full Django ORM concepts in deep. After watching this video, you will become a complete master in Django ORM because in interviews a lot of companies do ask from django ORM.

🔥𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐑𝐨𝐜𝐤𝐬𝐭𝐚𝐫 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 🚀
Newton School Official WhatsApp Support Number: +91 6362 331 200

🔥Check these videos 🚀

-----------------------------------------------------------------------------------
𝐍𝐞𝐰𝐭𝐨𝐧 𝐒𝐜𝐡𝐨𝐨𝐥 𝐎𝐟𝐟𝐢𝐜𝐢𝐚𝐥 𝐖𝐞𝐛𝐬𝐢𝐭𝐞

Connect with Abhijeet

-------- 𝐀𝐛𝐨𝐮𝐭 𝐍𝐞𝐰𝐭𝐨𝐧 𝐒𝐜𝐡𝐨𝐨𝐥 --------
🔵NEWTON SCHOOL is an online Edtech company providing the highest-rated Certificate Course in
-- Full-Stack Development - Certificate Course
-- Master's in Computer Science - MIA University
-- Master's in Data Science - IU University
for professionals, graduates, and women.

🌕Newton School is building a neo-university, it is also redirecting education towards a skill-oriented paradigm, wherein leading organizations and startups would be able to hire the right kind of talent in multiple organizational layers. With Newton School’s students already earning a cumulative salary of 100+ crores, Newton School will be able to en-skill and up-skill millions of tech careers and bring the conversation of employability to the podium of the world.
- - - - - - - - - - - - - -
If you're reading this far down, hello, you look nice today :)

🔵To watch more videos on programming, Data Structures, Android Development, Data Science, C++, Java, React, subscribe to our channel.

- - - - - - - - - - - - - -
If you're reading this far down, hello, you look nice today :)
Рекомендации по теме
Комментарии
Автор

Can you please upload the missing video about the creation of dept and loading of data

janhavimane
Автор

Hats Off to ur dedication about teaching, plz continue this series till it reaches extremely advance levels of django 🙇🙇

im_alok
Автор

thank you so much for this wonderful Django course.

Romantic_World-ye
Автор

i am very surprized that such quality content have not public attention

ijazahmad-jk
Автор

Are bhai newton school me baat karke Django bhi add karne bolo please me tumhare reference ke through me admission le liya per backend me node ks hai Django nhi 😢😢😢

wayofmuhammad
Автор

Two Lines :-
department = models.ForeignKey(Department, related_name="depart", on_delete=models.CASCADE)
student_id = models.OneToOneField(StudentID, related_name="studentid", on_delete=models.SET_NULL, null=True)

RahulGupta-hhyu
Автор

Hello bro, Jo video appne miss kiya hai please, app usko dubara se bta do. appne usme bhut kuch miss kr diya hai. humble resquest hai appko video no. 13

R.ATechSkill
Автор

Man this is the video, I was waiting for.

yugalgovind
Автор

how to select different words in different lines at same time like you did in the video

harithati
Автор

I THINK IT WILL BE BETTER IF YOU UPLOAD THE CODE REPO TOO TO VERIFY THE CODE THAT WE ARE PRACTICING WITH YOU

AryanshVerma-fk
Автор

Just an walkthrough resolution, for the issue I faced. If after running seed_db() in Shell terminal. If you're getting an error as 'List index out of range'. Just delete the terminal and open a new terminal. With same commands, it would work without any error.

>>from vege.seed import *
>>seed_db()

Btw, amazing tutorial!

paarthkothari
Автор

please daily video upload karne ki kripa kare!

ghameshsiyag
Автор

Sir hum 1 table sa b to kaam chala sktay thay??

ziddiboy
Автор

Ye department vale models kab banaye? Ye konsa video hai?

pranavingale
Автор

sir please add the last video video smjh ni aa rhi voh video add toh !!!!

anshwadhwa
Автор

Need help!
from vege.seed import *
kar kara hu to from six.moves import _thread
ModuleNotFoundError: No module name six.moves, aa raha hai
kya kru solve karne ka try kiy six install karne ka but vo already install hai
six.moves install kar raha hu to match not found aa raha hai please give the solution I need some help

AnujTiwari-ix
Автор

Ek hi sawal hai, wo multi line word select ka short key kya hai?

vishwain
Автор

Bhai image upload nhi ho rhi django admin se ho rhi h but custtom se nhi hori only image name save ho rhai k db me

tushantparjapat
Автор

ValueError: Field 'id' expected a number but got 'Unknown'.

husainsayyad
Автор

Brother I was getting error while calling
seed_db()
Error:'queryset' object is not callable
I can't understand this error can you please explain

kandelaabhilash