Skip to content

Releases: matagus/django-app-starter

v0.2.3

20 Mar 09:19
a960049
Compare
Choose a tag to compare

What's Changed

  • Added animated demo to show how this works by @matagus in #7
  • Docs using MkDocs + Material theme, published to RTD and gh pages by @matagus in #8
  • Added missing mkdocs config file customized for the generated app by @matagus in #9

Full Changelog: v0.2.2...v0.2.3

v0.2.0

09 Mar 02:08
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Feb 03:43
Compare
Choose a tag to compare

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