Тёмный

🔴 Build Blog Website with Django Web Framework [ Python ] 

Bek Brace
Подписаться 29 тыс.
Просмотров 27 тыс.
50% 1

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 🌐
--------------
Django Docs : docs.djangoproject.com/en/
Source Code : github.com/BekBrace/Blog_Site...
Social Media 🔗
--------------
Facebook : / bekbrace​​​​​​
DEV profile : dev.to/bekbrace​​​​​​
Github profile : github.com/BekBrace​​​​
Website : bekbrace.com

Наука

Опубликовано:

 

7 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@racoonfong8097
@racoonfong8097 2 года назад
I'm an absolute beginner to Django, just installed Django recently & started learning with this video!! Thank you so much. Already subscribed :)
@BekBrace
@BekBrace 2 года назад
Thank you my friend 🙂
@amarek5841
@amarek5841 3 года назад
hi Bek. quick and clear tutorial :) - more and more django projects, man
@HPDServices
@HPDServices 19 дней назад
I really love your contents sir Bek. You are the best in Tech!
@BekBrace
@BekBrace 18 дней назад
I appreciate that!
@BekBrace
@BekBrace 3 года назад
🔴 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('/', views.DetailView.as_view(), name="post_detail") So, the difference is DetailView instead of PostView.
@saahndongransom718
@saahndongransom718 Год назад
sir this is the error i get when i change it path('/', views.DetailView.as_view(), name="post_detail") AttributeError: module 'blog.views' has no attribute 'DetailView'
@BekBrace
@BekBrace Год назад
@@saahndongransom718 Look, clone the GitHub repo and check out for the differences and eventually you'll find the bug :)
@saahndongransom718
@saahndongransom718 Год назад
@@BekBrace thank you sir,i have clone code but can't still find the bug
@mohammedisahattah6845
@mohammedisahattah6845 Год назад
@@saahndongransom718 hey, good day. Were you able to find the solution to this attribute error?
@timseidl8850
@timseidl8850 3 года назад
Damn! Nice Video:) Really inspiring 💯
@BekBrace
@BekBrace 3 года назад
Thank you Tim Seidl 🙏
@timseidl8850
@timseidl8850 3 года назад
@@BekBrace You're welcome! Just started a RU-vid channel by myself. Videos like yours are nice to watch and inspire me.
@BekBrace
@BekBrace 3 года назад
@@timseidl8850 Good luck my friend
@learningtutorialtagalog7047
@learningtutorialtagalog7047 2 года назад
Verry clear Thanks
@codedjango
@codedjango 3 года назад
@20:32 I think it should be........... path('/', views.DetailView.as_view(), name="post_detail"),
@BekBrace
@BekBrace 3 года назад
Thank you CodeDjango, It’s exactly that ; just a silly copy and paste from my side | thanks for pointing it out , cheers
@meghpatel2219
@meghpatel2219 3 года назад
indeed otherwise read more btn won't work 😄
@thinhtran1577
@thinhtran1577 2 года назад
Thank you very much, the video is useful
@BekBrace
@BekBrace 2 года назад
Glad to hear my friend
@bansonayodeji1812
@bansonayodeji1812 Год назад
This is helpful thanks but I’m still confused how to import the Base, index, post_detail, sidebar.html files
@asadbeksolijonov624
@asadbeksolijonov624 2 года назад
thank you so much sir!
@BekBrace
@BekBrace 2 года назад
You're welcome my friend
@blogblocks8370
@blogblocks8370 Год назад
How do I allow new lines in blog post ?
@oldtoxicflux
@oldtoxicflux 2 года назад
Thanks dude it help me a lot :D
@BekBrace
@BekBrace 2 года назад
Glad to hear, my friend
@oldtoxicflux
@oldtoxicflux 2 года назад
@@BekBrace do you know what i should do if i want to upload ar image or a picture to the post?
@BekBrace
@BekBrace 2 года назад
@@oldtoxicflux of course. You can check out my Django video to add static assets to your Django project, you will find how to add an image and render it properly.
@MrShadowblue25
@MrShadowblue25 2 года назад
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
@BekBrace
@BekBrace 2 года назад
Check out the GitHub code in the description 🙂
@justasydefix6251
@justasydefix6251 Год назад
I think I found a gold mine. Subscribed
@BekBrace
@BekBrace Год назад
Thank you so much my friend :)
@poetic_
@poetic_ 2 года назад
At 13:09 error:'choices' must be an iterable containing (actual value, human readable name) tuples.
@BekBrace
@BekBrace 2 года назад
You can download the source code and compare to find the difference
@MalikaikhusnobodMansurova
@MalikaikhusnobodMansurova 6 месяцев назад
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
@BekBrace
@BekBrace 5 месяцев назад
check out the code and cross check
@tanishka8696
@tanishka8696 2 года назад
I get an import error at 13:23 .. Says, attempted relative import with no known parent package. Plz help
@BekBrace
@BekBrace 2 года назад
To be honest, I don't know what is the origin of this error, as I will need to review your code, but maybe this will help you: forum.djangoproject.com/t/attempted-relative-import-with-no-known-parent-package/6844 This error is related to import a model or a class from a relative / absolute path
@brancode404
@brancode404 Год назад
Please make a video on deploying production level React + Django Rest Framework + tailwind + Postgresql to Digital ocean with Docker
@BekBrace
@BekBrace Год назад
Sure
@ERRTCP
@ERRTCP Год назад
how can i upload images to my blogpost?
@BekBrace
@BekBrace Год назад
Go to the Django playlist, you will find a video there explaining how to render images to your Django page
@saahndongransom718
@saahndongransom718 Год назад
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
@BekBrace
@BekBrace Год назад
Hello my friend. Do you have any error messages appearing ?
@saahndongransom718
@saahndongransom718 Год назад
@@BekBrace yes Sir.when i press READ MORE notthing is happening
@leonkennedy6726
@leonkennedy6726 3 года назад
Can you please create an exchange rate app with Django?
@BekBrace
@BekBrace 3 года назад
Hello Leon. This is a very good idea for a video, thank you.
@s.abdulkabeer595
@s.abdulkabeer595 2 года назад
i cant see the Posts app in admin can u pls it through
@BekBrace
@BekBrace 2 года назад
Can you rephrase your question, please?
@manasapbl7715
@manasapbl7715 10 месяцев назад
Sir... While running the code.... It's coming error like the app name does not have any module...... Please correct the error sir
@BekBrace
@BekBrace 10 месяцев назад
Check out the code on GitHub and see where the error is
@myview6733
@myview6733 2 месяца назад
Hi sir, I got template does not exists error
@BekBrace
@BekBrace 2 месяца назад
I am going to look into that whenever i got the time, but I know there are a lot of errors, so probably I am going to redo this porject in a better way - so stay tuned | That is probably going to take place in June [next month]
@bigbiteskitchens1022
@bigbiteskitchens1022 2 года назад
Can you explain the sidebar.html (about info)
@BekBrace
@BekBrace 2 года назад
What do you want to know exactly ?
@bigbiteskitchens1022
@bigbiteskitchens1022 2 года назад
@@BekBrace I want some more information for this blog, this is simple one you know, so I want to continue or make it some extra work it. Like original blog site
Далее
Django 4.0 Crash Course | Build a Real Estate Website
2:07:49
Build a Blog using Django, Python, and Bootstrap
2:18:26
FastAPI, Flask or Django - Which Should You Use?
9:49
Django To Do List App With User Registration & Login
2:12:03
Rust's Alien Data Types 👽 Box, Rc, Arc
11:54
Просмотров 138 тыс.
10 Design Patterns Explained in 10 Minutes
11:04
Просмотров 2,2 млн
Battery  low 🔋 🪫
0:10
Просмотров 11 млн
iPhone 16 - НЕ СТОИТ ПРОПУСКАТЬ
4:50