17 - Django Templates Basics - Python & Django 3.2 Tutorial Series

preview_player
Показать описание
17 - Django Templates Basics - Python & Django 3.2 Tutorial Series

Try Django 3.2 is a series to teach you the fundamentals of creating web applications with Python & Django by building a real project step-by-step.

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

this is literally the best Django series available on the whole youtube!

sleepypanda
Автор

I have a sentence for you and which is. You know how Django works. You are not the kind of Looser who just pit his bull whenever they see opposite one's. But you worked hard with Django and Excelled it. Great Guy to experience in this world. keep going Best of Luck.

ashir
Автор

This one was actually the best video explaining django templates!! well done!

miladtulabi
Автор

At 6:55, why did you do context = context when it works with only passing context dictionary as the argument. What is the first context in the parameter?

ahsanahmad
Автор

istg i learn something new about formatting strings in python every day!

mehershrishtinigam
Автор

Oh man, this is gold! Thank you so much.

emersonfreire
Автор

Question: why would I get an error when i have BASE_DIR / 'templates'. Below is the error I get.
: (Source does not exist)

I recognize why the error is there because it should If I set the value to be:BASE_DIR / 'DRS/templates'

Then it works.

But when you do it, you are not setting the project folder name, just templates.

My setting.py BASE_DIR is set to:



Thank you.

boogie
Автор

My VS Code doesn't seem to do anything with HTML (such as automatically adding the <HTML> etc tags)...what extension are you using? I tried a few but none of them function that way.

SoulScribbler
Автор

video 17, 16:10, why we only call object once: object.title, but for id and content, we don't add object. to the variables?

huijuanmeng
Автор

Hello.Thanks for great tutorial.I am trying to finish your tutorial.Can u share shortcuts for make easy coding

rahimasadov
Автор

I had to turn the slashes around for my path string in windows

paulvickers
Автор

hi why my error message only appear on terminal, but not on the website page like yours? like on minute 11.06 the message templetedoesnotexist do appear on my vscode terminal but on the website it unable to connect server smthing

HalizaAzzafirah
Автор

BASE_DIR / "templates",
TypeError: unsupported operand type(s) for /: 'str' and 'str'
how to fix this?

codmBruceleeYT
Автор

add r before the path on settings.py dirs

eladoh
Автор

Food for thought but not many students withstand being told everything that doesn't work before you bring what it does. It is sufficient to comment it out but a total overkill to demo all the wrong approaches to a problem.

oscarr
Автор

I have seen several Django books and videos but this is totally different and I think confusing. I know about the Model, Template and View in Django, and also configuring Urls to the view. But here, I'm seeing an entirely different procedure and doesn't seem easy.

ogunleyeayodamola
join shbcf.ru