Upload multiple images to a post in Django (Simple Solution)

preview_player
Показать описание
Hi Devs!

In this quick tutorial, I am going to show you how to upload multiple images to a post in Django admin without any plugin or package.

How To Send Multiple Images to a Post Model from Templates in Django - Part 2:

Stay Connected!
Рекомендации по теме
Комментарии
Автор

Literally the only video on the entire internet that properly explains how to deal with multiple images. Thank you!

LIMLIMLIM
Автор

Your speed is a definite indicator that you know what you're doing!

kicknotes
Автор

The content was the best. I knew I was Subscribing the moment I was halfway through the video. Well done, can't Thank you enough.

mihir
Автор

Brother you have literally no idea how much you helped me lol. You saved my life with this tutorial 😂

blerdijankoliqi
Автор

Thanks a lot! There was really nothing on the internet addressing this problem nicely.

DaNickKittu
Автор

thank you so much. I also like the way you shoot videos, so I don't miss anything. I do not have a question mark in my mind, not to mention that you speeded up such a long video. Appreciate you.

muhammeduluel
Автор

Honestly, this is hands down the best tutorial to follow in this matter. Thanks a lot dude.

SnowdarthStudios
Автор

Please zoom in the editor in the next videos, so we can see clearly what's happening.

acidkhan
Автор

Can't thank you enough! The video was right to the point, concise and clear. Loved it! Subscribed.

soumyazyx
Автор

I'm using classed based views tbh no idea what i'm doing but this worked for me instead of the function view Reverse python used.
I changed post to task.
```
class TaskDetailView(LoginRequiredMixin, DetailView):
model = Task

def get_context_data(self, **kwargs):
context = super(TaskDetailView,
task = get_object_or_404(Task, id=self.kwargs.get('pk'))
context['photos'] =
return context
```

StonedAvocado
Автор

It's a very nice one who come here to see this comment, please see his github profile admin.py file....In video it's slightly error is there at (timestamp--3:24)...It results in "attribute error _meta"

dvrblacktech
Автор

You just deserved a like bro! Great job.

berkgaffaroglu
Автор

Very good explaination and editing is also bit satisfying no wastage of time while understanding. Thanks for sharing👍

sarthakkalpande
Автор

Thanks Alot, exactly what I was looking for 🙏✌️✌️

ByteVillain
Автор

Awesome, previously was following a tutorial you showed at the bigining without success

martinraddatz
Автор

thank you my bro your tutorial helped me a lot❤❤

angelosnasser
Автор

Thanks for this tutorial, Can we do this without using admin page. I want to use in on custom form?

TheMbahlol
Автор

you saved the day bro. Big thanks for this :-)

Arsaliqbal
Автор

awesome, hope you hit big on youtube!

graceyudha
Автор

Your tutorial helped me a lot! Thank you!!!

nickmal