v0.10.0
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.