Closed jacobwegner closed 6 years ago
both pinax.teams and kaleo must be present in INSTALLED_APPS, or migrations will fail.
pinax.teams
kaleo
INSTALLED_APPS
reversion is also required to use the teams admin.
reversion
teams
I believe this is handled in the latest release. django-reversion is in setup.py installation requirements, as well as pinax-invitations (nee kaleo).
django-reversion
pinax-invitations
both
pinax.teams
andkaleo
must be present inINSTALLED_APPS
, or migrations will fail.