MaistrenkoAnton / django-material-admin

Material design for django administration
MIT License
318 stars 66 forks source link

Django 3.2 is not mimifying js and css anymore #145

Open rednaks opened 3 years ago

rednaks commented 3 years ago

Installing django material admin on a fresh production env install is breaking the django admin.

looks like starting from django 3.2 static assets are not mimifiyed anymore [1]

[1] https://code.djangoproject.com/ticket/31524

rednaks commented 3 years ago

Hi @MaistrenkoAnton , any news on the fix ? I opened a pull request #146 maybe you wanna review it, long story short, I just removed the minification for the two files, which means it will apply for all django version.