meeb / django-distill

Minimal configuration static site generator for Django
MIT License
441 stars 35 forks source link

fix missing imports, delete unused imports, unused code #65

Closed anentropic closed 1 year ago

anentropic commented 1 year ago

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! 😀

meeb commented 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 :)