Комментарии:
you are doing well sir
ОтветитьTime is killing us but you are the person killing the time
ОтветитьI'm Following You
ОтветитьHi Stein, may I ask you where you learn all this? Also Vue.JS etc?
ОтветитьToo good
ОтветитьHey Stein, thanks for this it is excellent!! How do I add categories to this?
ОтветитьGood 👍👍
ОтветитьOMG it's amazing... U make it so easy.. subscribe this channel after watching this one video... Thank you
ОтветитьGreat. simple, fast explanation.
ОтветитьThank you for a quick and simple Django tutorial!
ОтветитьI got "no changes detected" when i went to update the cmd
Ответитьreturn render(request, 'blog/frontpage.html', {'posts':posts})
^
IndentationError: unindent does not match any outer indentation level
i am getting this error
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 🙏❤️!
Thank you very much for this video.
It really helped me
best tutorial ever .. thank u
ОтветитьGreat tutorial
Ответитьthank you
Ответить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>
Upload flask tutorial pls
ОтветитьThis man amazing
Ответить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!
ОтветитьThat’s was great! Thank you!))
ОтветитьI didnt understand how to create a user to sign to admin
ОтветитьI am not understanding
ОтветитьThanks for the easy lessons!
If I want to create login page for new users and post blogs using that account, what todo?
I can't get the Django page or admin page to display? Can you help? I'm on Windows
ОтветитьNothing can get better than this. Thank you so much. I needed this for a shool project.
ОтветитьAmazing Video!
Ответитьi cant conect the url with views. it doesnt recogrnize blog
Ответитьdata not showing on django template
ОтветитьWow, you made that look easy, trying it now.. thank you!
Ответить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
ОтветитьIs it production ready I mean dosn't require security front/backend dev. Thank is very good and simple.
ОтветитьI am loving django
ОтветитьThis video was great! Simple, clear, short, and it all worked! Thanks!
Ответить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 !
How can I delete the blog , pls reply
ОтветитьThank you very much Boss for publishing such a beautiful blog video I have subscribed your channel for many more such videos ❤
Ответитьthank you very much, this really helped
ОтветитьThank you for this very nice tutorial.
Ответитьmay I ask what is the quickest way to access the created website?
ОтветитьSir
Ответить