top | item 39852156

Show HN: I made Django package to override and customize the default Group model

3 points| ankitchhatbar | 1 year ago |github.com

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

order

ciwolex|1 year ago

This is great. Adds something that's missing in Django