Django Custom Group Model is a package that allows you to replace the default Django Group model with a custom one with full compatibility with the Django permissions framework.
Here are some reasons why you may want to use this package:
- Add more fields to the Django Group model
- Override existing Django Group model fields
- Rename the Group model to something else
- When starting a project, setting a custom Group model will allow you to customize it in the future when the need arises.