Releases: matagus/django-app-starter
Releases · matagus/django-app-starter
v0.2.3
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First working version including:
- Compatible with Python 3.9 to 3.12 and Django 4.x to 5.0.2
hatch
for running test matrix in every valid compatible combination of Python and Django + coverage reportpre-commit
config with lots of hooks (ruff, black, codespell, pyupgrade, etc)- Github Actions for running test matrix + coverage report to Codecov.io, building and uploading package to Pypi (using hatch again), and creating a Draft Release in Github.
- Github Issues templates + config, Code of conduct, license, and security policy.
- Quite complte README (I guess)
- Basic example project
hatch
commands for running migrations, tests and runserver for the example project
Full Changelog: https://github.com/matagus/django-app-starter/commits/v0.1.0