pinax / pinax-teams

an app for Django sites that supports open, by invitation, and by application teams
MIT License
49 stars 36 forks source link

Upgrade from kaleo to pinax-invitations #27

Closed rizumu closed 9 years ago

rizumu commented 9 years ago

One thing we will want to do before this can be merged is to document the data migration path. In my case, I simply did a python manage.py dumpdata --indent=4 kaleo > invitations.json before upgrading. Then I renamed kaleo to invitations within the file and did a python manage.py migrate && python manage.py loaddata invitations.json.