Skip to content

Releases: OmenApps/cookiecutter-django-package

2024.05.3

22 May 03:58
Compare
Choose a tag to compare

Fix one remaining formatting issue

2024.05.2

22 May 03:53
Compare
Choose a tag to compare
  • Correct project version tag
  • Bump requirements

2023.10.2

27 Oct 00:30
Compare
Choose a tag to compare
  • Add django 5.0b1 to tests
  • Reorganize example project to move manage.py into main directory
  • Remove pytest-docker (no longer needed)
  • Make Playwright optional
  • Make Postgres optional
  • Ensure Postgres gets added to settings if selected
  • Add option to install only one version of Python
  • Ensure coverage.xml file gets written to local directory during workflow
  • Add cookiecutter option to specify different repo owner to resolve issue with
    tags when the repo belongs to someone other than the user running cookiecutter (e.g.: an organization)
  • Improve docs

2023.10.1

26 Oct 03:27
Compare
Choose a tag to compare

Initial release with passing tests! 🎉