Thank you Dennis, scalable deployment of media files is very often neglected and not included even in large courses and projects, which makes big apps unrealistic. I appreciate this!
1:25:08 The "Sulamita & Denis" filtering works with replacing "category__name=category" with "category__name__contains=category". The later filtering is much broader. Thanks, Denis for this awesome tutorial. I really learned a lot
Hey @Dennis you're awesome. I'm from Bangladesh and recently i got a job here. Your tutorials helps me a lot. i hope every python and django lover get benefited by your course. Please make more awesome videos for us and obviously best of luck brother. 😍
Hey Dennis, appreciate your efforts !! Student like us learn a lot from projects, how actually things works. If possible please make more, we know whatever you post worth watching !! 🖤
@@DennisIvy Thank you do much Dennis. One request while creating projects, please consider , it can put in portfolio to make resume good !! Knowledge is always pure from you, no doubt !!
This video deserves to be greatest. It shows an overall concept starting from the bootstrap and ends at AWS via Django functionality. Please carry on to make further more interesting videos on Django.
I'm sure you know this, but if you don't: Instead of writing in the div elements and then going into the tag and putting in classes, you can do that easily in VS Code using div.container and it will generate a div with class container. similarly div#container for id, and div.container.md-5 for multiple css classes at once. Loved the tutorial
Hi Dennis, I remember going through a similar video of uploading images to firebase using imagefield. I have the link to the video but it's not available any longer. I am kind of stuck in between and no other videos are as good as yours. Could you re-upload or guide me to the video please. Thanks a million for all the videos so far.
Hello Dennis, I found that adding the image from S3 bucket to the app is not possible because it shows you nothing, can you please give us how to solve this problem because I uploded an image to my S3 bucket but it doesn't appear when I run the server
Dennis, could you upload add to cart functionality video. In your e-commerce project you used React but I didn’t actually understand it. I guess a lot of watchers will agree they had the same problem
Thanks for an amazing tutorial and i have a question: i am getting same issue having request.method == 'GET' but it doesn't go away even refreshing the page how can I solve this?
Sir Your explanation is the best. thanks for this nice tutorial. We need a tutorial from you. How to update user profile from front end. last 7 days I found this but no one explain well. please make a tutorial for us .
Hey Dennis, great video. I am building a family photo website. Do you have to use S3 Buckets or could you just store it on a server? I have a ubuntu server setup ready to go and was just thinking of using that. Would you have to change any of the static or media_root files?
Hey Dennis, hopefully you'll see this. Just wanted to ask if there is any way I could just see 9 maybe 12 images max on my 'gallery' page, ideally maybe 1 photo per catergory made? Thanks for the video!
Hi guys Does anyone know how to go about adding the functionnality of a photo having multiple categories? Thanks to anyone who responds and thanks Dennis for the great tutorial!
Hi. Great video, but i have got one question :) My mobile phone takes really good pictures, about 30MB per one, and when i upload it to django, my 'gallery' page is working really slow, what should i do? It's working good when the pictures are in low quality. But i didnt do this S3 bucket, would it help or it does not care. Thank you very much. :)
Hey, i loved your video, but i have an doubt, how can i update the description, or the category of an image, without accessing the /admin page ? I made a form, recieveing the previous values of the image, but i cant POST it. Once again, thanks for the tutorial haha
Thanks you so much really thanks you so much. I'm like bootcamping every django tutorial. At first time its like lot of modules with its functions but then its like i'm getting how the hole django MATRIX works. Also, I got that frustation on minute 37:30
Please make a course about Microservices in Django, and how to deploy Microservices in digital ocean (as well as database, message queue, proxy, logging, openid connect, ...) I'm ready to pay for it
@dennis, I love your videos! I started coding python and using django because of your videos. I am enjoying it so far. Quick question, how much it costs to keep the website hosted on AWS monthly? Usually, I deploy on heroku since AWS is a whole beast by itself. Thank you.
Why is it that Django doesnt support static files in production? Why do we have to go outside of Django for this? Anyone please explain the reason? Do other web frameworks do the same as a standard way of dealing with static files? This is so confusing.
Anytime you are adding static files dynamically you will need a 3rd party provider, this is true for all frameworks. Django can handle static files, but these have to be assets that are not constantly changing. Just imagine this in production, every-time a user adds a photo, you would need to update the core files, on GitHub or wherever your storing them. This would not work.
@DennisIvy oh OK so only for "user" uploaded files. Then say I make a small website with images and the images don't change and there are no users then u don't need to do this? Wow thank you for clarification.
How can I add a login followed by a photo library for that user? If there is even a paid course that would help me learn that, I would be willing to pay for it. Thanks
Don't forget to check out my Complete Django course! dub.sh/NvGboTI
I am learning Data Structures and Algorithms, as soon as I am done, I'll be learning about APIs in Django.. I gotta make this project... Can't wait :D
Thank you Dennis, scalable deployment of media files is very often neglected and not included even in large courses and projects, which makes big apps unrealistic. I appreciate this!
1:25:08 The "Sulamita & Denis" filtering works with replacing "category__name=category" with "category__name__contains=category". The later filtering is much broader. Thanks, Denis for this awesome tutorial. I really learned a lot
Yes you are right :) In this case we were going for exact matches but you make a great point :)
Hey @Dennis you're awesome. I'm from Bangladesh and recently i got a job here. Your tutorials helps me a lot. i hope every python and django lover get benefited by your course. Please make more awesome videos for us and obviously best of luck brother. 😍
Ден красавчик, слижу за тобой уже год!
Respects from Cyprus 💜
Hey Dennis, appreciate your efforts !! Student like us learn a lot from projects, how actually things works.
If possible please make more, we know whatever you post worth watching !! 🖤
There will be more for sure :)
@@DennisIvy Thank you do much Dennis.
One request while creating projects, please consider , it can put in portfolio to make resume good !! Knowledge is always pure from you, no doubt !!
You are the brand ambassador for Django.
Haha funny, for some reason I don’t ever receive a check from them tho lol
This video deserves to be greatest.
It shows an overall concept starting from the bootstrap and ends at AWS via Django functionality.
Please carry on to make further more interesting videos on Django.
Yes please Dennis make a complete video on this for udemy.....and congratulations for 100k family. Love from India ❤
I'm sure you know this, but if you don't: Instead of writing in the div elements and then going into the tag and putting in classes, you can do that easily in VS Code using div.container and it will generate a div with class container. similarly div#container for id, and div.container.md-5 for multiple css classes at once. Loved the tutorial
These tutorials only get better and better!
I'm in the process of learning Django and this would be more helpful thanks Dennis
Let's build this also and add to our resume!!!!!!! THANK YOU
you sir, are a legend.
thank you so much Dennis. plz create more django project tutorials🌹🌹
Please make a course with title "Django Unchained"
I’ll have to talk to my lawyers and PR team about that 😂
@Stefan Živković 😂😂
Nailed 😂
This is a nice project
Love these videos! I would pay for this course.
Thank you Dennis for giving us quality contents as always.
Thank you so much! I did it for 5 hours
Watching From Philippines
Thank you so much brother...You are the best django tutor
Please make an Udemy version of this with a video viewing functionality and download capability. May be able to log in and log out users.
Another awesome app with django !!
Nice one Dennis, so clean!
Appreciate it :)
Awesome as always Dennis 👍😀
The project helped me a lot... thank you...I have a suggestion...could also show how to delete an image ...
Thank you so much Dennis!!
Great, relatively simple and helpful tutorial! Thank you!
Great work Mentor. Still digesting the React Django I had 😎
Good morning sir! How can you make the photos appear on other users?
Awesome video 😎!!! Thanks a lot for the source code also!!!
Dennis, I think you should have added the delete functionality too.
Hi Dennis, I remember going through a similar video of uploading images to firebase using imagefield. I have the link to the video but it's not available any longer. I am kind of stuck in between and no other videos are as good as yours. Could you re-upload or guide me to the video please. Thanks a million for all the videos so far.
thank you for this tutorial, really helpful
Nice job Denis :)
Thank you Dennis sir...
thanks this tutorial really helped me
can you explain how to select image or select multiple images. Thanks
Awesome project sir very helpful❤
Sulamita is beatiful.
Working on this right away.. Thanks bruv
Enjoy 😉
Thanks! That was fantastic! 😊
thanks for the video, but how could I do if I wanted to edit a photo already saved?
great work bro, i love it.
Cool project
Hello Dennis, I found that adding the image from S3 bucket to the app is not possible because it shows you nothing, can you please give us how to solve this problem because I uploded an image to my S3 bucket but it doesn't appear when I run the server
1:00:53 in VSC enter ! and push tab
Dennis, could you upload add to cart functionality video. In your e-commerce project you used React but I didn’t actually understand it. I guess a lot of watchers will agree they had the same problem
Thanks for an amazing tutorial and i have a question: i am getting same issue having request.method == 'GET' but it doesn't go away even refreshing the page how can I solve this?
Sir Your explanation is the best. thanks for this nice tutorial. We need a tutorial from you. How to update user profile from front end. last 7 days I found this but no one explain well. please make a tutorial for us .
Hey Dennis, great video. I am building a family photo website. Do you have to use S3 Buckets or could you just store it on a server? I have a ubuntu server setup ready to go and was just thinking of using that. Would you have to change any of the static or media_root files?
Thank you for this project
Hope you enjoy it 😉
37:30
I think if you create Virtual env by the command "python -m venv venv" it should resolve that issue
Thanks again
Hello, when I put the second image of the cat, it was not distorted, but the cart got bigger, what can I do so that this does not happen
Hey, I love your videos, they really teach me alot. I would surely buy an Udemy course of a full application.
If I want to update image instead of adding new, how to do that?
I surely will buy your course if you will create it 😊
Appreciate the feedback!
How can I handle image display, for example, if the images are not the same size ?
sir how to implement delete and update method
great work!! thank you
Hey Dennis, can you please guide us on how to add download image functionality on the view photo page?
Just wrap the image in a link and add the download attribute:
@@DennisIvy thank you!
i think the app should create thumbnails when you upload an image
Hi ,
Thanks a lot Dennis great work
I hope to see a travel agency tutorial soon
Using Django and bootsrap
Hope so
Good luck bro ;)
Hey Dennis !! How can i select and display multiple categories ? I tried so many things.. didn't work.
you should make a video about heroku and large image files(those greater than 1megabyte).
Awesome i want to make that, your Django course is awesome but having problems with the login
Hey Dennis, hopefully you'll see this. Just wanted to ask if there is any way I could just see 9 maybe 12 images max on my 'gallery' page, ideally maybe 1 photo per catergory made? Thanks for the video!
how to upload image in bucket-name/images and how to get them from there
Is there is other way to host images than s3 bucket as it paid ......
Hi guys
Does anyone know how to go about adding the functionnality of a photo having multiple categories?
Thanks to anyone who responds and thanks Dennis for the great tutorial!
Thank you so much Sir .
Hi. Great video, but i have got one question :)
My mobile phone takes really good pictures, about 30MB per one, and when i upload it to django, my 'gallery' page is working really slow, what should i do? It's working good when the pictures are in low quality. But i didnt do this S3 bucket, would it help or it does not care. Thank you very much. :)
Hey, i loved your video, but i have an doubt, how can i update the description, or the category of an image, without accessing the /admin page ?
I made a form, recieveing the previous values of the image, but i cant POST it.
Once again, thanks for the tutorial haha
My categories are not coming on filter . Help please
khate, it means u did good
Dennis with the React Django. Can u make a video on how both the customer and admin can get invoice through their Gmail 😎
Please make a video on CI/CD with Django mysql database on azure
Thanks you so much really thanks you so much. I'm like bootcamping every django tutorial. At first time its like lot of modules with its functions but then its like i'm getting how the hole django MATRIX works.
Also, I got that frustation on minute 37:30
Really helped! Can we upload Django itself to Amazon AWS?
Please make a course about Microservices in Django, and how to deploy Microservices in digital ocean (as well as database, message queue, proxy, logging, openid connect, ...) I'm ready to pay for it
Just by the way he says 'Dennis and Sulamita' you know he loves his wife 💯
@dennis, I love your videos! I started coding python and using django because of your videos. I am enjoying it so far. Quick question, how much it costs to keep the website hosted on AWS monthly? Usually, I deploy on heroku since AWS is a whole beast by itself. Thank you.
can you make the rest api for the same.
thanx
Dennis when your portfolio Django would be release? I really looking forward to that amazing project, haha
Thanks for a great tutorial 🙌🤩
Can we have its user login version as well 🙂
please make the course
hi sir iam from india ur tutorials are really very helpfull to me but i also want edit and delete api also sir
Why is it that Django doesnt support static files in production? Why do we have to go outside of Django for this? Anyone please explain the reason? Do other web frameworks do the same as a standard way of dealing with static files? This is so confusing.
Anytime you are adding static files dynamically you will need a 3rd party provider, this is true for all frameworks. Django can handle static files, but these have to be assets that are not constantly changing. Just imagine this in production, every-time a user adds a photo, you would need to update the core files, on GitHub or wherever your storing them. This would not work.
@DennisIvy oh OK so only for "user" uploaded files. Then say I make a small website with images and the images don't change and there are no users then u don't need to do this? Wow thank you for clarification.
@@vectoralphaSec yep, then in that case just keeping your static assets within Django is fine :)
Super Bro
Is there a financial aid available for the Udemy course?
why you not use {% block content %} {% endblock %}
how to update the file sir
Thanks
How can I add a login followed by a photo library for that user?
If there is even a paid course that would help me learn that, I would be willing to pay for it.
Thanks
Just did a live stream adding this: th-cam.com/video/kDAnnEhb4_I/w-d-xo.html
How to hosting cpanel please make this tutorial brother, i really apprised you❤️
is it a standard practice to keep AWS secret keys within the code?
No, you don't