Show HN: I made Django package to override and customize the default Group model (github.com)

3 points by ankitchhatbar ↗ HN
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.

1 comment

[ 4.4 ms ] story [ 13.6 ms ] thread
This is great. Adds something that's missing in Django