Python Django Blog In Less Than 20 Minutes - Blogging website tutorial

Python Django Blog In Less Than 20 Minutes - Blogging website tutorial

Code With Stein

4 года назад

49,138 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@dynarielinnovations6361
@dynarielinnovations6361 - 28.10.2020 12:47

you are doing well sir

Ответить
@nagarajreddy
@nagarajreddy - 28.10.2020 16:42

Time is killing us but you are the person killing the time

Ответить
@sazidahmed3012
@sazidahmed3012 - 29.10.2020 16:53

I'm Following You

Ответить
@jorisjansen2892
@jorisjansen2892 - 31.10.2020 20:10

Hi Stein, may I ask you where you learn all this? Also Vue.JS etc?

Ответить
@MayurKamatDoesStuff
@MayurKamatDoesStuff - 04.11.2020 19:01

Too good

Ответить
@amrino
@amrino - 17.11.2020 00:47

Hey Stein, thanks for this it is excellent!! How do I add categories to this?

Ответить
@amolsarate5991
@amolsarate5991 - 20.12.2020 19:58

Good 👍👍

Ответить
@devansheerupabheda9534
@devansheerupabheda9534 - 12.01.2021 16:12

OMG it's amazing... U make it so easy.. subscribe this channel after watching this one video... Thank you

Ответить
@Belegot
@Belegot - 06.02.2021 23:28

Great. simple, fast explanation.

Ответить
@brycem9063
@brycem9063 - 14.03.2021 18:50

Thank you for a quick and simple Django tutorial!

Ответить
@luckyonyekaharrison435
@luckyonyekaharrison435 - 18.04.2021 00:58

I got "no changes detected" when i went to update the cmd

Ответить
@prashantpandit2031
@prashantpandit2031 - 13.06.2021 18:53

return render(request, 'blog/frontpage.html', {'posts':posts})
^
IndentationError: unindent does not match any outer indentation level

i am getting this error

Ответить
@rvft
@rvft - 04.07.2021 16:20

Thank you, man! I was looking for tutorial like this. I can't express how much grateful am I for this video to you. Subbed and liked!
THANK YOU SOOO MUCH 🙏❤️!

Ответить
@doricodes26
@doricodes26 - 10.07.2021 01:40

Thank you very much for this video.
It really helped me

Ответить
@RDev110
@RDev110 - 16.08.2021 20:15

best tutorial ever .. thank u

Ответить
@liker2356
@liker2356 - 22.08.2021 17:24

Great tutorial

Ответить
@youssefmkhaouad6186
@youssefmkhaouad6186 - 23.08.2021 13:20

thank you

Ответить
@tranielpride1362
@tranielpride1362 - 26.08.2021 04:14

this is awesome. I am having a problem with the code though
it says new posts are posting, but they are not showing up on the front end. can you assist? thanks
<h2 class="subtitle">Comments</h2>
{% for comment in post.comments.all %}
<article class="media" >
<div class="media-content">
<div class="content">
<p>
<strong> {{comment.name}} </strong> <small> {{comment.date_added}} </small> <br>
{{ comment.body }}
</p>
</div>
</div>
</article>
{% empty %}
<div class="notification">
<p>No Comments Yet</p>
</div>
{% endfor %}


<hr>
<h2 class="subtitle">Add Comment</h2>
<form method="post" action="." >
{% csrf_token %}

{{ form.as_p }}

<div class="field">
<div class="control">
<button class="button is-success">Submit</button>
</div>
</div>
</form>

Ответить
@liker2356
@liker2356 - 01.09.2021 20:01

Upload flask tutorial pls

Ответить
@teshomeyalew935
@teshomeyalew935 - 17.09.2021 16:04

This man amazing

Ответить
@TheCAG1976
@TheCAG1976 - 20.09.2021 18:29

You made this look so easy! And I like how you explain things! I’ll have to watch this again when I’m not at work. I used a blog tutorial from a book at from the start it was very hard to understand but slowly I was getting it! With this video it clears up even more and you went through everything in a short amount of time! Thank you!

Ответить
@dmitriipishchulin417
@dmitriipishchulin417 - 06.10.2021 13:38

That’s was great! Thank you!))

Ответить
@nasibullomukhamedov687
@nasibullomukhamedov687 - 17.10.2021 21:30

I didnt understand how to create a user to sign to admin

Ответить
@nasibullomukhamedov687
@nasibullomukhamedov687 - 17.10.2021 21:32

I am not understanding

Ответить
@abishekps555
@abishekps555 - 19.10.2021 15:15

Thanks for the easy lessons!
If I want to create login page for new users and post blogs using that account, what todo?

Ответить
@Dopefish1337
@Dopefish1337 - 02.11.2021 22:14

I can't get the Django page or admin page to display? Can you help? I'm on Windows

Ответить
@gamerinyourtown5592
@gamerinyourtown5592 - 11.11.2021 02:17

Nothing can get better than this. Thank you so much. I needed this for a shool project.

Ответить
@AlienSpaceship471
@AlienSpaceship471 - 08.12.2021 10:55

Amazing Video!

Ответить
@bufi22
@bufi22 - 20.12.2021 13:54

i cant conect the url with views. it doesnt recogrnize blog

Ответить
@grass8741
@grass8741 - 23.01.2022 08:49

data not showing on django template

Ответить
@dragonsage6909
@dragonsage6909 - 28.04.2022 17:36

Wow, you made that look easy, trying it now.. thank you!

Ответить
@strangereview2414
@strangereview2414 - 26.06.2022 14:21

nice the only thing that i have to do is make a form for post so u can create post. but overall is Good tutrial

Ответить
@HeroicKhalid
@HeroicKhalid - 04.07.2022 18:59

Is it production ready I mean dosn't require security front/backend dev. Thank is very good and simple.

Ответить
@mouctechy
@mouctechy - 13.07.2022 13:20

I am loving django

Ответить
@benlong1062
@benlong1062 - 22.07.2022 16:12

This video was great! Simple, clear, short, and it all worked! Thanks!

Ответить
@Viezieg
@Viezieg - 29.08.2022 16:52

great tutorial, everything is well explained, but no matter what i do, i keep getting the "Reverse for 'post_detail' not found. 'post_detail' is not a valid view function or pattern name." error. I ended up copying the whole project page by page, but the error is still there.

edit: sorry, false alert. i wrote a hyphen instead of underscore in urls :D.

thx again for all these amazing tutorials !

Ответить
@Hrithik_045
@Hrithik_045 - 01.09.2022 10:23

How can I delete the blog , pls reply

Ответить
@sharifpy
@sharifpy - 18.03.2023 21:29

Thank you very much Boss for publishing such a beautiful blog video I have subscribed your channel for many more such videos ❤

Ответить
@thuthukandebele8993
@thuthukandebele8993 - 04.04.2023 10:43

thank you very much, this really helped

Ответить
@franklimmaciel
@franklimmaciel - 25.05.2023 00:27

Thank you for this very nice tutorial.

Ответить
@moisisu7864
@moisisu7864 - 25.07.2023 18:20

may I ask what is the quickest way to access the created website?

Ответить
@sumayyasumi2481
@sumayyasumi2481 - 30.09.2023 10:37

Sir

Ответить