Devs! If you want to add multiple images from templates watch my new video: kzbin.info/www/bejne/jImZh3-Emrepn9U
@hackerdaddy28283 жыл бұрын
sir plz make video on image croping in django admin
@LIMLIMLIM1113 жыл бұрын
Literally the only video on the entire internet that properly explains how to deal with multiple images. Thank you!
@mihir73324 жыл бұрын
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.
@developertimeline4 жыл бұрын
Thank you, your support means a lot to me, really happy to help✌🚀🤺
@kicknotes Жыл бұрын
Your speed is a definite indicator that you know what you're doing!
@blerdijankoliqi39943 жыл бұрын
Brother you have literally no idea how much you helped me lol. You saved my life with this tutorial 😂
@developertimeline3 жыл бұрын
Glad to hear it!
@muhammeduluel29132 жыл бұрын
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.
@SnowdarthStudios4 жыл бұрын
Honestly, this is hands down the best tutorial to follow in this matter. Thanks a lot dude.
@DaNickKittu4 жыл бұрын
Thanks a lot! There was really nothing on the internet addressing this problem nicely.
@soumyazyx4 жыл бұрын
Can't thank you enough! The video was right to the point, concise and clear. Loved it! Subscribed.
@acidkhan49104 жыл бұрын
Please zoom in the editor in the next videos, so we can see clearly what's happening.
@berkgaffaroglu86144 жыл бұрын
You just deserved a like bro! Great job.
@sarthakkalpande64863 жыл бұрын
Very good explaination and editing is also bit satisfying no wastage of time while understanding. Thanks for sharing👍
@developertimeline3 жыл бұрын
Glad to hear it :))
@angelosnasser33212 жыл бұрын
thank you my bro your tutorial helped me a lot❤❤
@graceyudha4 жыл бұрын
awesome, hope you hit big on youtube!
@nquanta15483 жыл бұрын
Thanks bro ,really🔥🔥🔥❤️ nice tutorial
@nabilm7914 жыл бұрын
i have problem if i create post from frontend the images dont saving
@ByteVillain2 жыл бұрын
Thanks Alot , exactly what I was looking for 🙏✌️✌️
@Магомед-о1ю Жыл бұрын
Здравствуйте.Подскажите пожалуйста,как сделать чтобы эти формы добавления картинок начинались не с 3, а с 1.
@SamirJzVFX4 жыл бұрын
Whats the name of the background music?
@TheMbahlol3 жыл бұрын
Thanks for this tutorial, Can we do this without using admin page. I want to use in on custom form?
@martinraddatz65194 жыл бұрын
Awesome, previously was following a tutorial you showed at the bigining without success
@Kskzsksmemzmm Жыл бұрын
thank you. you helped a lot, I wanted to do exactly that, but half of the information tells how to do it through forms
@StonedAvocado4 жыл бұрын
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, self).get_context_data(**kwargs) task = get_object_or_404(Task, id=self.kwargs.get('pk')) context['photos'] = TaskImage.objects.filter(task=task) return context ```
@dvrblacktech4 жыл бұрын
It's a very nice video.....But 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"
@silaVnorme Жыл бұрын
Yes, I have the same problem AttributeError: type object 'ImageAdmin' has no attribute '_meta'
@silaVnorme Жыл бұрын
I coped with problem by changing to @admin.register(PostImage)
@ygcjayalal4 жыл бұрын
@admin.register(PostImage) class PostImageAdmin(admin.ModelAdmin): pass this gives me an error. the error says class PostImageAdmin duplicated....
@silaVnorme Жыл бұрын
I have another problem AttributeError: type object 'ImageAdmin' has no attribute '_meta'
@akashsen82033 жыл бұрын
Great video sir! It really helped! Thank you
@nickmal30444 жыл бұрын
Your tutorial helped me a lot! Thank you!!!
@exactbrain62484 жыл бұрын
bro i tried to follow your tutorial using the logic to build a gallery website, it all went well even its rough but i dont know to use the foloop.counter on it , please what method should i use i am trying to make it look like once you click on a picture it shows all the pictures in it without showing the rest, each folder has its own picture in it, pleeeeeeeeeeeeeeeeeeeeeeeeeese
@trian3d3 жыл бұрын
Wooow Fantastic man! thanks thanks
@ivanmain96592 жыл бұрын
cool! I like ur work!
@sadcat5203 жыл бұрын
How can I do this without going to another page to see the images?
@suryaraj933 жыл бұрын
How to implement this in DRF?
@imanirban3 жыл бұрын
Absolutely Brilliant...!!! Cheers
@Arsaliqbal4 жыл бұрын
you saved the day bro. Big thanks for this :-)
@pablobenitonunez41594 жыл бұрын
Thanks mate! Just what I needed!
@moila_mosela_wa_pudi3 жыл бұрын
multidict has no attribute '_meta' anyone know how to solve this issue
@sergiomelgarejo45004 жыл бұрын
You are the goat. Thanks a lot!
@glaceondev41494 жыл бұрын
DUDEEEEEEE YOU ARE A LIFE SAVERR...THAK YOUUUU
@tradewithtony4 жыл бұрын
Just exactly what i wanted, Thanks a lot Man.
@AngelHernandez-ex7ji3 жыл бұрын
is there a way we can use this with forms
@developertimeline3 жыл бұрын
check second part: kzbin.info/www/bejne/jImZh3-Emrepn9U
@mikejuaid22223 жыл бұрын
Great video Thanks
@miosz9524 жыл бұрын
What do to if I want user to be able to create post and upload multiple images?
@developertimeline4 жыл бұрын
Check this out: kzbin.info/www/bejne/jImZh3-Emrepn9U
@jigarvishwakarma23574 жыл бұрын
You saved my life
@WoodooChill4 жыл бұрын
tbh, this is kinda useless for me as it only shows how to implement it in Admin panel, not an actual form
@porujon11164 жыл бұрын
It's not useless if youre already contented with using admin panel only
@WoodooChill4 жыл бұрын
@@porujon1116 I disagree... admin panel should not be visible to common users and what use is it, when users are the ones who upload content, not admins
@porujon11164 жыл бұрын
@@WoodooChill Yeah I agree with you. But l forgot to mention, that im on to some rare cases that only admins are the one who can upload files into the website. So yeah im contented with what the admin panel can do
@WoodooChill4 жыл бұрын
@@porujon1116 In such rare cases it is reasonable use-case then
@avishekthapa17744 жыл бұрын
@@WoodooChill by rare cases you mean most of the cases? anyway if you still haven't figured out how to create a view for this, there is a medium blog that shows how to do it. this video also shows a glimpse of the same medium blog
@302blacksheep4 жыл бұрын
Excellent! This example is functional in frontend forms with a bootstrap theme? Example, the number of items or photos for each Post, thanks
@StefanBanu4 жыл бұрын
Hi, can you please make a video on how to upload multiple files (excel) to a directory? thank you for all your effort.
@developertimeline4 жыл бұрын
Hey sure I will :)
@mrvaibh03 жыл бұрын
masterpiece
@ParhamRahimi-x2f Жыл бұрын
very good👍
@adiltugrulhaydar97904 жыл бұрын
So good, but how can i update this ? :D
@hossamashraf48854 жыл бұрын
solved it the same way myself :D can you make a tutorial in how to override the ImageWidget in django form as the way it looks is very ugly
@technoinfoworldwide23294 жыл бұрын
make a blog site series using django with free online news portal template for frontend
@KrishnaManohar80214 жыл бұрын
Can u make tutorial for me.? How to do muilti language website.(international website) ex: user visited from USA domain.com/en or user visited from China domain.com/ch like that...
@kapan24304 жыл бұрын
in Django I use i18n
@KrishnaManohar80214 жыл бұрын
@@kapan2430 u have any tutorial?
@KrishnaManohar80214 жыл бұрын
@Achal Pathak thanks.
@baked_patata4 жыл бұрын
u ruski ? great video!
@4987489194 жыл бұрын
thank you
@ygcjayalal4 жыл бұрын
great video 😍
@developertimeline4 жыл бұрын
Thank you!🚀✌
@daxitpatel4 жыл бұрын
thanks alot
@oggunlukarmy49015 ай бұрын
i love you
@sureshbatta70473 жыл бұрын
Pls 🙏 change ur way of code explanation, its hard to understand
@anselsolomon62704 жыл бұрын
Nice tutorial but please next time, slow down and teach what you are showing people....people wants to learn..is not for fun..thank u....