Great video, some of these explanations were by far the most comprehensive I have seen and aside from the things you learn from taking a random journey in django I kind of wish this had been my first tutorial! Lol great job
@CloudWithDjango Жыл бұрын
Hi J, Thank you for your feedback. It is appreciated! :) I'm very glad to hear that you enjoyed the video. Haha, I get what you mean! It's sometimes a tough road. All the best, Arno
@codemenath Жыл бұрын
amazing! easy to understand
@CloudWithDjango Жыл бұрын
Thank you so much! I'm glad that you enjoyed the video!
@ahmadumar9387 Жыл бұрын
great content for any backend developer :D
@CloudWithDjango Жыл бұрын
Thank you Ahmad!
@TechForest50 Жыл бұрын
I took your video on hosting django project on render, I run a problem with static files and psycopg2, I need help on render static files
@CloudWithDjango Жыл бұрын
Hi, Thank you for watching my video. You need to configure static files separately as I mentioned at the end of the video. In terms of psycopg2 you need to use psycopg2-binary instead.
@dillymccaffrey Жыл бұрын
Thank you so much :)
@CloudWithDjango Жыл бұрын
My pleasure!
@alimansimov1929Ай бұрын
Can we use this for images? Not for user uploaded images, for our image assets?
@CloudWithDjangoАй бұрын
Hi. Yes, I believe you can do that as well, yes!
@sidds09 Жыл бұрын
are you a django dev or a freelancer who work with django? what all techs do you work on day to day with django? how do you look at django in real world/market for jobs or freelancing.
@CloudWithDjango Жыл бұрын
Hi, Thank you for reaching out and for your questions. These are a lot of questions and would take a crazy long message to answer. I'm thinking of holding Q/A live streams on Django, AWS, and on general things. Perhaps, I can delve deeper into certain things there.
@sidds09 Жыл бұрын
@@CloudWithDjango great.
@KrishnaManohar8021 Жыл бұрын
First view stamp 🤘🤞
@CloudWithDjango Жыл бұрын
Thank you, Manu!!
@Coden69 Жыл бұрын
good as always
@CloudWithDjango Жыл бұрын
Thank you, Anil!
@tboykelvin18658 ай бұрын
Please how do i delete the files hosted on cloudinary when i delete the image from my website
@CloudWithDjango8 ай бұрын
Hi, I'd suggest that you do some external research on cloudinary with Django and experiment with trial and error
@inteliconn995 Жыл бұрын
Thanks!
@CloudWithDjango Жыл бұрын
My pleasure!
@alimansimov1929Ай бұрын
vs code virtualenv 8:33,,, 17:08 static files configurations,,,
@CloudWithDjangoАй бұрын
Thank you
@eliasoliveira29211 ай бұрын
Getting this after setting DEBUG = False "GET / HTTP/1.1" 500 145
@CloudWithDjango11 ай бұрын
Hi, If you set DEBUG = TRUE you can evaluate the error in your application. Once you've solved it you can quickly revert back to DEBUG = FALSE