mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 18:31:10 +01:00
61f49786c0
migirations. Fixes #254.
7 lines
121 B
Python
7 lines
121 B
Python
from django.apps import AppConfig
|
|
|
|
class HelpdeskConfig(AppConfig):
|
|
name = 'helpdesk'
|
|
verbose_name = "Helpdesk"
|
|
|