Django Tutorial #8 - The Django ORM

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

----- COURSE LINKS:

======== Other Tutorials =========

----- NODE.JS TUTORIALS

----- MONGODB TUTORIALS

======== Social Links ==========

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

For __str__(self): to work
the _str_ function (is a method of the class Article, it) has to be in the same indentation as the class Article itself.
(align it with a tab)
Thanks to @OT_Coders

VadimBesedin
Автор

Your tutorials are very clear and understandable. Thank you for making this.

philroger
Автор

For the people using __str__ and not getting the returns of the titles. Make sure it's indented inside the class Article and if you are using a version of python 2 replace __str__ with __unicode__ . Don't forget to save, exit and re-enter the shell each time you make a change!

Itsyourboyjj
Автор

Sir I just discovered your channel and really you're the best at explaining it clearly and step by step literally ! Many claim they explain step by step but end up by jumping several details each time by assuming things...

And I love how you explain why something exist BEFORE explaining how to do it.
No matter how well the teacher explain, I'm blocked when I get taught how to do something without telling me why to do it, what's use it has. It's also what makes very hard to find good tuto to find API building explaining.

Because API is very technical thing and people that teach it use to assume the audience know the why of every steps and they just show the building process without explaining each step's "why".
I'll continue to follow what you do sir, and share it around! I'm very grateful to you for your dedication!

flosrv
Автор

You are a great teacher, seriously i followed thousands of tutorials, but until now you are the best. Good job man.

simonestaffoli
Автор

Fantastic tutorial. I know I've left a comment on all of the previous videos in this series, but I am so grateful for stuff like this.

joebegleycodes
Автор

Your "All right?"s are very soothing and reassuring :)

This the best Django course in the universe indeed!!

sriramrao
Автор

Dude you got the right handle for your youtube account, because while others make their tutorials seems to be so confusing, you make it like a piece of cake.

jetspray
Автор

Big thank to you, I have never understood django before you explain it :) much appreciate it

ibrahimabed-alghafer
Автор

For folks having issue in ...save(), try adding "from _future_ import unicode_literals" in 001_initial.py
file. Might help!

arpanpatel
Автор

Learn by practice is the best way. TY!

context
Автор

the least I could do was to press the like button, great stuff

pck
Автор

Awesome tutorial! Thanks for doing this series!

snugglepuff
Автор

Great job, appreciate the great guide through!

alit
Автор

Congratulations Shaun for Reaching 100K Milestone :D
You are doing a great job and your way of teaching is actually very nice, the way you present the concept with the help of diagrams is just amazing.
Is there any way I could be of help to you or the community? Except for Donations as I'm a student.

DivyanshBatham
Автор

while executing from article.models import Article i am getting a Runtime error. Can u help me

sreerajkv
Автор

Your accent is just lovely! PS: from India so don't judge.

adityaashtikar
Автор

Ty so much, your lesson is very useful

lonelydance
Автор

in my case model .save is not working can anyone suggest me remedy
plz

perikala.rahulpriyadarsana
Автор

Nice tutorial. How much in depth Django are you going to cover? I would really love to learn django at least on intermediary level.

SparkFoss