mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 18:31:10 +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"
|
||
|
|