bennylope / django-organizations

:couple: Multi-user accounts for Django projects

Home Page:http://django-organizations.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot import name 'AbstractOrganizationInvitation' from 'organizations.abstract'

erikvlm opened this issue · comments

commented

Trying to create my own organization model and I'm receiving the following error when saving/doing the migrations

ImportError: cannot import name 'AbstractOrganizationInvitation' from 'organizations.abstract'

from organizations.abstract import (
    AbstractOrganization,
    AbstractOrganizationInvitation,
    AbstractOrganizationOwner,
    AbstractOrganizationUser,
)

Which version of django-organizations are you using? Try to re-install the latest version.

Going to close this as it doesn't seem reproduced anywhere and no follow up.