mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 22:56:20 +01:00
8 lines
186 B
Python
8 lines
186 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GroupManagementConfig(AppConfig):
|
|
name = 'allianceauth.groupmanagement'
|
|
label = 'groupmanagement'
|
|
verbose_name = 'Group Management'
|