Update group management docs showing merged admin pages.

Give groupmanagement app a more friendly display name.
This commit is contained in:
Adarnof 2018-02-23 21:01:34 -05:00
parent 539295c1b7
commit f0894f3415
3 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ from django.apps import AppConfig
class GroupManagementConfig(AppConfig):
name = 'allianceauth.groupmanagement'
label = 'groupmanagement'
verbose_name = 'Group Management'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -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:
![AuthGroup Admin page](/_static/images/features/group-admin.png)