What's changed in this release
⚠ BREAKING CHANGES
- Complete rewrite of the project template to embrace a more modern stack, delivering improved performance, security, and maintainability. As part of this overhaul, I've carefully removed excess baggage and deprecated features, streamlining the template for a better development experience.
🚀 Features
- completely rewrite the project template (e3d3b9d)
🐛 Bug Fixes
- django secret key substitution (6bd71d4)
♻️ Code Refactoring
- change master to main, and use Github Actions instead of Circle CI (2d8f009)
👷 CI/CD
- add release job (6605cc1)
- update GitHub Actions and use Python 3.12 (d3f8ed5)
- use official coveralls.io Action (e985cc8)
✅ Tests
- refactor imports and remove unnecessary code (637bd94)
- update pytest config (48aee8f), closes /github.com/pytest-dev/pytest-cov/issues/243#issuecomment-441005875
📝 Docs
- rewrite the README and associated docs (a15e624)