Django Basics - Part 4 of 4 - Django Templates and Views

preview_player
Показать описание
In this final tutorial I show how to add Django views and templates to the app.

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

This series might be the most understandable, quick intro to Django. Agree w/ Hakan-- well done!

cannykicks
Автор

I agree. This and Mike Hibberts are the BEST Django tutorials on youtube.

Colstonewall
Автор

Michael,

I learned a ton and was able to clear up some issues I was having while going through the Django tutorials on my own. Thanks a lot!

GioGomez
Автор

I'm so excited to learn and to explore this framework.

PainDive
Автор

Great tutorial Michael! I loved it. . .Are you planning to do anymore with Django? Maybe some more tuts that are a little more complex? And I do mean "little", lol.

Colstonewall
Автор

It must have something to do with your for loop.

Make sure in the loop you are printing: {(b.title)} | {(b.author)} | {(b.read)}

Make sense?


hermanmu
Автор

Great video series - Do you have any videos of how to configure a Django App securely?

All the best practices for 'settings.py'

hindiuniversity
Автор

Hi, thanks for this informative tutorial but, my app is printing books objects instead of the real names of the books, what could be the problem

StanleyNguma
Автор

Michael, why put the Template dir outside the project?
Sorry for all the questions, I'm new to django. Thanks

Colstonewall
Автор

thanks! check out the tutorial/videos here - realdjango (dot) herokuapp (dot) com

hermanmu