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

Update installation documentation #9

Closed jacobwegner closed 6 years ago

jacobwegner commented 9 years ago

both pinax.teams and kaleo must be present in INSTALLED_APPS, or migrations will fail.

jacobwegner commented 9 years ago

reversion is also required to use the teams admin.

grahamu commented 6 years ago

I believe this is handled in the latest release. django-reversion is in setup.py installation requirements, as well as pinax-invitations (nee kaleo).