Django Compressor minifies JavaScript and CSS files. It can combine several inline or linked files into cacheable static files. it also supports uglify wih yuglify compressor Install Django Compressor pip install django_compressor In your settings.py INSTALLED_APPS = ( # Add…