Getting started with Django: Python Crash Course - Episode 17

preview_player
Показать описание
We develop a web application using Django.
We cover chapter 17 of the book Python Crash Course by Eric Matthews.
Follow along to learn Python programming and become a software developer.

⏱ Timestamps
0:00 - Introduction
0:25 - Getting started with Django
1:12 - Setting up a project
8:35 - Starting an App
23:57 - Making Pages: The Learning Log Home Page
35:10 - Building Additional Pages
44:47 - Summary
Рекомендации по теме
Комментарии
Автор

hello, at 19:11 it looks like you nested --str-- under Class meta, and at 21:43 it shows as Entry text rather than a preview of the entry. ( not finished with vid, unsure if its fixed haha)

feronous
Автор

Hi,
my name is Abdul
I'm not sure if you are still active on you tube, but I have been learning python crash course through your videos and book,
However I'm stuck with Django halfway. When using python shell to import Topic.
There is no out put.
I would really appreciate it if you could help me.
Thanks and regards

abdulrahimalbaluchi
Автор

Hey dude, just want to say thanks for walking us through this course. It's been an absolute blast. You mentioned the Django Templating engine at at 00:38:50, but your voice dipped for a moment so I couldn't quite catch the name you mentioned. Could you help clarify what engine this is?

Morguefree
Автор

I am getting "Template does not exist at new_topic" what should i do

satyamkumar
Автор

When i go for the index.html inside learning_logs and i write the <p> and go to the htmp page i only see white screen. Can someone help me? I saw many times and i have the correct models and everything else.

ArturReturn
Автор

Hi! My code is identical to yours. But. I have a problem.
NoReverseMatch at /topics/
Reverse for 'topic' with arguments '('', )' not found. 1 pattern(s) tried: ['topics/<int:topic_id/\\Z']

<a href="{% url 'learning_logs:topic' topic_id %}">{{ topic }}</a>

please help me

I tried to change to: <a href="{% url 'learning_logs:topic' topic.id %}">{{ topic }}</a>

it didn't work out

titiqaqa
Автор

I have a problem when I put "learning_logs" on the "installed_apps", give's a modulenameerror(says that a module named "learning_logs" does not exist), someone can help me please!!

matheusoares
Автор

Hi, what is the terminal you create the enviroment ?is it the command prompt?

antoniobernalfernandez
Автор

Hey Robin, Is there a reason you are no longer going through the exercises at the end of each sub chapter? Your explanations and walk throughs of those moments were a great help when I was struggling.

tomkmb
Автор

Thanks for the quality content !
<<greetings from Ukraine>>

trimmaxpupkin