Skip to content

v0.12.0

Compare
Choose a tag to compare
@Tobi-De Tobi-De released this 15 Feb 11:19
· 142 commits to main since this release

What's Changed

  • Feat: The Docker setup now uses s6-overlay to run both Django and Django-Q in a single container.
  • Refactor: The HTML files generated by the crud commands now use the content block name instead of main_content (sorry in advance if this breaks your workflow).
  • Refactor: The default templates were improved; there is now a block for the header and another one for the footer.
  • Feat: There are now views for the favicon.ico, .well-known/security.txt, and robots.txt files.
  • Feat: The generated projects now use django-health-check.
  • Feat: The generated projects now use django-q-registry.
  • Feat: The generated projects now use heroicons.
  • Fix: Added missing boto3 dependency for Amazon SES.
  • Chore: The Falco license was updated to comply with the MIT license.
  • Docs: Added tissieres as a contributor for financial support in #63 (this gentleman provided me with a free VPS to experiment with; thanks a lot to him).

Many of the updates were inspired by django-twc-project.

Full Changelog: v0.11.0...v0.12.0