fix: delete perm on user/group/team deletion
This is done manually using signal because we do not use a foreign key so we do not have automatically cascade deletion.
This commit is contained in:
parent
b4be56bb47
commit
b9b892417b
4 changed files with 66 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
default_app_config = 'permissions.apps.PermissionsConfig'
|
Loading…
Add table
Add a link
Reference in a new issue