Upgrading to OppiaMobile Server v0.11.1
To upgrade to this version, you should first:
Update Django version, with:
pip install -r requirements.txtUpdate database models, with:
python manage.py migrateLoad the default gamification events with:
python manage.py loaddata default_gamification_events.json