Skip to content

Releases: thclark/django-rabid-armadillo

Updated to GitHub actions, poetry and VSCode devcontainer

28 Jan 09:49
Compare
Choose a tag to compare

Major Features

This update to the template adds:

  • GitHub actions workflow (there might be a few tweaks required for your workflow, but it's basically there):

    • Semantic version checking using octue's conventional commits package
    • A test matrix for different python and django versions
    • Code coverage upload
    • Automated publishing to pypi and release creation (on merge to main)
  • Use of poetry for dependency management and packaging

  • A VSCode devcontainer set up with zsh, poetry and other tools. You don't have to use it (if you don't have vscode, just delete it and do your own thing) but if you do use VSCode or codespaces, this will save you hours of fiddling.

Added Async / Websocket Consumer

25 Nov 17:19
5cf3ae0
Compare
Choose a tag to compare

Major features

  • Test app now based on django >3.0...
  • To allow example of how to use its built-in ASGI support and channels for websockets.
  • Updated code style and hooks using pre-commit
  • Updated doc build to trigger automatically prior to commit