django-organizations
django-organizations copied to clipboard
cannot import name 'AbstractOrganizationInvitation' from 'organizations.abstract'
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.