cobrateam / django-htmlmin

HTML minifier for Python frameworks (not only Django, despite the name).
http://pypi.python.org/pypi/django-htmlmin
BSD 2-Clause "Simplified" License
542 stars 73 forks source link

HTML MINIFY not Working! #137

Open parsaeini opened 5 years ago

parsaeini commented 5 years ago

I have configured it completely based on the official documentation but it is not working! I'm using this package in another project and it's working there with the same configuration!!! Is there anything that django-htmlmin is not compatible with?

Amir-4m commented 5 years ago

I've got the same problem someone help !

raratiru commented 5 years ago

I just installed it and it works fine.

mingxs commented 5 years ago

It's not working! I tried for three days.

enoquesantos commented 3 years ago

for me works only after put the middlewares in Django MIDDLEWARE = [...] not in MIDDLEWARE_CLASSES(...) that not exists in Django >= 3.2.