Published on

Release: favicon generator

Authors
  • Name
    Dave Coates

This release contains changes up until release/2022-09-27.

To upgrade any existing projects it's recommended to pull in the relevant commits from upstream.

git remote add upstream git@gitlab.internal.alliancesoftware.com.au:alliance/template-django.git
git cherry-pick XXX1 XXX2

In cases where you are significantly behind it may be easier to pull the whole app (eg. common_audit) in but you'll need to review the relevant branch.


In this release

Favicon generation script

As part of starting new projects a favicon needs to be generated. This is typically done using realfavicongenerator.net. There is now a script in bin/favicon.py that can be run to generate the icon instead. This will handle generating the necessary files, put them in the correct location and update the django template to embed them.

See this commit.

Other changes

  • dc388048 - Renames AdminFactory and CustomerFactory to AdminProfileFactory and CustomerProfileFactory
  • 6da50a23 - Fix password change view to actually save the password
  • 6befda1b - Document conventions for commit messages
  • 74f95d15 - Overview documentation updates