mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
7 lines
121 B
Python
7 lines
121 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class HelpdeskConfig(AppConfig):
|
|
name = 'helpdesk'
|
|
verbose_name = "Helpdesk"
|