0👍
✅
This turned out to be an issue with my less path. The lessc binary that was being run was a different version than the one that needed to be run.
2👍
Try ./manage.py compress --force
and that will force compress your assets and show which line, if any, is tripping it up. My project had small @import
reference problems and that broke it in production.
- [Answered ]-Django-filter: add "All" filter option for AllValuesFilter with LinkWidget
- [Answered ]-How can I schedule a task at time from django frontend?
- [Answered ]-TemplateDoesNotExist in Heroku using Django Rest Framework
Source:stackexchange.com