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
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
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.
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.
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.
Automate static file uploads to Cloudinary:
python manage.py collectstatic --upload-unhashed-files
Reference:
pypi.org/project/django-cloudinary-storage/#:~:text=Django%20Cloudinary%20Storage%20is%20a,both%20media%20and%20static%20files.
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
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
amazing! easy to understand
Thank you so much! I'm glad that you enjoyed the video!
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
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.
great content for any backend developer :D
Thank you Ahmad!
First view stamp 🤘🤞
Thank you, Manu!!
Thank you so much :)
My pleasure!
good as always
Thank you, Anil!
Can we use this for images? Not for user uploaded images, for our image assets?
Hi. Yes, I believe you can do that as well, yes!
Please how do i delete the files hosted on cloudinary when i delete the image from my website
Hi,
I'd suggest that you do some external research on cloudinary with Django and experiment with trial and error
I got error: AttributeError "StaticFilesStorage" object has no attribute "stored_name", does anyone know, why?
Hi. Please kindly refer to the django backend storage docs. I believe it may've been updated.
Thanks!
My pleasure!
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.
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.
@@CloudWithDjango great.
vs code virtualenv 8:33,,, 17:08 static files configurations,,,
Thank you
Getting this after setting DEBUG = False
"GET / HTTP/1.1" 500 145
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