Build any blog with Django - Part 5

preview_player
Показать описание
Let frontend do the work. Use Django to build an awesome website, super quick.

☝ Get exclusive courses & become a better Django developer

✌️ Stay in touch

Thank you for watching and don't forget to subscribe :)
Рекомендации по теме
Комментарии
Автор

Cannot believe this video is 2years old, its so relevant to this time and very educative ...good job

MrPherez
Автор

Another great video - I've learnt an enormous amount that I am already using from this series!

TheDarrenJones
Автор

Thanks bro. I hope you can make some videos about class-based view's method and attribute and explain the difference between get_queryset, get_object and get_context_data

thiphan
Автор

I might allow Editor or Author roles the ability to Create and Edit up front but then only admin or staff for deletions, via backend, so it's harder and makes you answer "are you sure", and shows you what else you're also about to delete potentially...

GeneralBlorp
Автор

thanks man, you are really good at what you are doing! Wish you the best!

korcankomili
Автор

I add this becouse I think noone want random user for deleteing and updating posts. Big thanks for your work Master !
{% if request.user.is_staff %}
<a href="{% url 'post-update' id=post.id %}">Update</a>
<a href="{% url 'post-delete' id=post.id %}">Delete</a>
{% endif %}

tomekkitespy
Автор

can you make a tutorial on connectings ads to django website

ahsanbaloch
Автор

I wanna make a similar thing as this form but the ImageField is a ForeignKey to another model that uploads images, so when I create a post I can display all the images that are already in my db and choose one of them or I can upload a new one (means I contain the Image form from the image model in the same page)
So the post model is not going to upload images by itself, instead it's gonna references the images of the Image model by the id just like any other ForeignKey field
Can you make a video of how to do this if it's possible?

realdaly
Автор

Thanks for the tutorial, but did I miss linking the Categories??? Or is it just unfinished?

stkontra
Автор

Thanks man, really good tutorial. The tinyMCE is not letting upload images, it just asks for a Source but doesn't open an explorer

MirrorNeuron
Автор

If you are not going to allow others to create posts, then why would you not just us the Admin Panel to do all the CRUD ?

davidbrown
Автор

how the youtube ads embed in upload video.?
how to get that algorithm in django.>

ExplaineRKhaN
Автор

great tutorial you are good please i want to build a website for my work i sell fashion goods, cloths, bags, shoes and lot more how can i build it can you do a tutorial on that or have you done it

trueprogresstp
Автор

I am getting an error when I am updating the post it display on comment section but not update the post

bulltrades
Автор

Please full blog git clone tutorial. Thanks

Jirkavesely
Автор

getting an error when I am updating the post it display on comment section but not update the post, kindly guide me where i might be going wrong

TheRexy
Автор

plz sir make a video for django_comments_xtd

kashifrashid
Автор

Hello,
when I submit the form I am getting" No file chosen" although the image is uploaded. How can i fix this issue?

keerthanaprakash
Автор

If it was just the admin running the blog, could they simply create posts from /admin instead of making a post_create.html?

Shmoji
Автор

Image is not upload to tinymce from my computer

saadahmed