🔴 Build Blog Website with Django Web Framework [ Python ]

preview_player
Показать описание
What is going on, friends 👋
In this tutorial, you will learn how to build a Blog website, where you and other users can write the blog posts in the backend using the Django admin site, and display them on your website.

You can definitely deploy this website and share your opinions with the whole world; this is a great project for beginners; and if you feel more comfortable with Django you can modify the interface to allow yourself to write directly on the website without going to the admin panel.

Sources 🌐
--------------

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

hi Bek. quick and clear tutorial :) - more and more django projects, man

amarek
Автор

I'm an absolute beginner to Django, just installed Django recently & started learning with this video!!
Thank you so much. Already subscribed :)

racoonfong
Автор

🔴 Heads Up : Thanks to CodeDjango, we have spotted a small error in the minute 20:32, the path for the detail_post page should be :
path('<slug:slug>/', views.DetailView.as_view(), name="post_detail")
So, the difference is DetailView instead of PostView.

BekBrace
Автор

I really love your contents sir Bek.
You are the best in Tech!

HPDServices
Автор

Thank you very much, the video is useful

thinhtran
Автор

@20:32 I think it should path('<slug:slug>/', views.DetailView.as_view(), name="post_detail"),

codedjango
Автор

This is helpful thanks but I’m still confused how to import the Base, index, post_detail, sidebar.html files

bansonayodeji
Автор

I think I found a gold mine. Subscribed

justasydefix
Автор

How do I allow new lines in blog post ?

blogblocks
Автор

how can i upload images to my blogpost?

ERRTCP
Автор

Hi, thx for the video. I'm trying to get the Read More button to open the full post page. Could you help me?
Thank you

MrShadowblue
Автор

Please make a video on deploying production level React + Django Rest Framework + tailwind + Postgresql to Digital ocean with Docker

brancode
Автор

I get an import error at 13:23 .. Says, attempted relative import with no known parent package. Plz help

tanishka
Автор

At 13:09 error:'choices' must be an iterable containing (actual value, human readable name) tuples.

poetic_
Автор

hello, have an error in 13:30 Posts isn't showing in site administrator . did everything like u did. don't know what to do

MalikaikhusnobodMansurova
Автор

hello sir, the tuitorial is great.when i press READ MORE buttom to write the full post nothing is happening.
i have follow the toitorial well.sir i can figure out were the error is coming from.
thanks very much sir

saahndongransom
Автор

Can you please create an exchange rate app with Django?

leonkennedy
Автор

Hi sir, I got template does not exists error

myview
Автор

i cant see the Posts app in admin
can u pls it through

s.abdulkabeer
Автор

Can you explain the sidebar.html (about info)

bigbiteskitchens