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