Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 03:43
· 23 commits to main since this release

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 report
  • pre-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