mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Update group management docs showing merged admin pages.
Give groupmanagement app a more friendly display name.
This commit is contained in:
parent
539295c1b7
commit
f0894f3415
@ -4,3 +4,4 @@ from django.apps import AppConfig
|
||||
class GroupManagementConfig(AppConfig):
|
||||
name = 'allianceauth.groupmanagement'
|
||||
label = 'groupmanagement'
|
||||
verbose_name = 'Group Management'
|
||||
|
BIN
docs/_static/images/features/group-admin.png
vendored
BIN
docs/_static/images/features/group-admin.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 51 KiB |
@ -5,7 +5,7 @@ Group Management is one of the core tasks of Alliance Auth. Many of Alliance Aut
|
||||
|
||||
Administrators can create custom groups for users to join. Examples might be groups like `Leadership`, `CEO` or `Scouts`.
|
||||
|
||||
When you create a Django `Group`, Auth automatically creates a corresponding `AuthGroup` model. The admin page looks like this:
|
||||
When you create a `Group` additional settings are available beyond the normal Django group model. The admin page looks like this:
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user