In this type of videos I would love to see a comparison at the end where You compare the times of loadings of the statics into the page with regular and compress approach. Especially in case of large number of statics, how much does that improve performance. Cheers
@CloudWithDjango4 ай бұрын
I appreciate the great suggestion! That is a good idea! Thank you!
@gerlandorona31014 ай бұрын
Quality content as always
@CloudWithDjango4 ай бұрын
Thank you so much!!
@Deus-lo-Vuilt3 ай бұрын
Excellent content, new sub
@CloudWithDjango3 ай бұрын
Thank you so much! I appreciate your support!
@mhdrashid72504 ай бұрын
thanks bro nice content
@CloudWithDjango4 ай бұрын
Thank you so much!! Glad that you liked it!
@RANJEETSINHJAGDALE4 ай бұрын
thanks dude. keep uploading
@CloudWithDjango4 ай бұрын
My pleasure! Thank you for the support!
@TheLINKtoCHANNEL2 ай бұрын
I got this to work locally. What changes need to be made when hosting on AWS EC2?
@CloudWithDjango2 ай бұрын
Hi! To use Django with the django-compressor package on AWS EC2, you need to ensure static files are properly collected and served. First, update your STATIC_ROOT in settings.py to point to a directory where static files will be stored (e.g., /var/www/static/). Then, run python manage.py collectstatic to gather all static files. Finally, configure your web server (e.g., Nginx or Apache) to serve these files from the STATIC_ROOT directory.
@lahirusandaruwan61243 ай бұрын
Cheers ❤🤠🥳
@CloudWithDjango3 ай бұрын
Thank you!!
@frameff90734 ай бұрын
🎉🎉🎉
@CloudWithDjango4 ай бұрын
Thank you!
@Gurukul-sm4 ай бұрын
Make custom login register and logout as Facebook or Instagram
@CloudWithDjango4 ай бұрын
Thank you for the suggestion!
@MonirulIslam-p5g3 ай бұрын
hello Make custom login register and login using google account /facebook .