modelsΒΆ

Classes

Group

This Group model is really just the default Django django.contrib.auth.models.Group, but with a "properties" property which returns or creates the GroupProperties field for that group.

GroupManager

This GroupManager model is really just the default Django django.contrib.auth.models.GroupManager, just with an extra method.

GroupProperties

The GroupProperties model contains a OneToOneField with the intranet.apps.groups.models.Group object (really just the default django.contrib.auth.models.Group), and contains properties and other app-specific options about a group.