Skip to content

v0.10.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 24 Feb 14:33
· 1136 commits to master since this release

New Features

  • Option to reset password

Changes

  • Email template

Upgrade Notes

$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json

Need to replace {{ DOMAIN }} with {{ protocol }}://{{ site.domain }} in templates.