Compressing and Minifying in Django

preview_player
Показать описание
#django #django-compressor #minifyHtml

In this tutorial, I will show you how to compress static files i.e., javascript and CSS, and minify static files in Django. We will django-compressor package to compressed files and django-htmlmin to minify HTML.

If you don't have started working on any project and just want to learn compressing and minifying technique you can clone the project from the repository link above otherwise you can integrate into your own by proceeding further.

Raturi Tech Media is focused on creating tutorials and walkthroughs related to Full Stack Development using Python, Django, Javascript, and much more.

Relative Links:
Рекомендации по теме
Комментарии
Автор

by doing this all, can we refer to the files inside .js file or .css file? Any help would be greatly appreciated..

iramshahzadi