Live data from Hacker News

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

github.com

1–2 of 2 posts

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

#1
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.

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