mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02: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'
|