Skip to content

v1.12.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 08 Feb 16:21
· 739 commits to master since this release
v1.12.0
aefc702

New Features

  • Fix link to terms and conditions
  • Record who attended Collaborations Workshop
  • Record who attended Inaugural Meeting

Upgrade Guide

$ 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
$ bash bootstrap.sh