Commit 1b2ba1d
committed
[deps] Switched to django-minify-compress-staticfiles #565
Replaced django-compress-staticfiles with the new
django-minify-compress-staticfiles package for static
file minification and compression.
The new package provides:
- CSS/JS minification using rjsmin and rcssmin
- Both Gzip and Brotli compression support
- Better security with path traversal protection
- Configurable compression levels and file size limits
Updated imports in storage.py and documentation
references accordingly.
Fixes #5651 parent 6a8dd0a commit 1b2ba1d
File tree
3 files changed
+3
-3
lines changed- tests
- openwisp2
- test_project/tests
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
| 595 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
0 commit comments