You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a custom invitation model and have INVITATION_MODEL = 'myapp.models.CustomInvitation' in the settings. However, the default model is still being called. I am not getting ValueError or LookupError exceptions either. Any ideas?
The text was updated successfully, but these errors were encountered:
There was an issue #110 , where were said that readme's wrong, but for INVITATIONS_INVITATION_MODEL setting my custom model worked, instead of using INVITATION_MODEL setting.
It's confusing that it was changed by pull request a while ago (issue #109), but only INVITATIONS_INVITATION_MODEL is working right now.
So i created pull request once again #114
I am using a custom invitation model and have INVITATION_MODEL = 'myapp.models.CustomInvitation' in the settings. However, the default model is still being called. I am not getting ValueError or LookupError exceptions either. Any ideas?
The text was updated successfully, but these errors were encountered: