Closed anentropic closed 1 year ago
Thanks, these all look fine. django-distill
first copied the coding styles and structure of Django 1.5 or Django 1.6 some 8-9 years ago so I'm not surprised there is some cruft kicking about even though it's had regular updates :)
These are just the things highlighted in my IDE when opening the project...
The most important ones are the missing imports - these were exceptions waiting to happen.
I also took the liberty of deleting unused imports and unused definitions.
Thank you for this project! 😀