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
MongoEngine's Django User Auth model doesn't have the user_permissions or group_permissions fields, which cause a lot of dependent APIs to break. Simply adding the user_permissions and group_permissions fields to the model should fix all of this.