mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
8 lines
143 B
Python
8 lines
143 B
Python
from django.apps import AppConfig
|
|
from .conf import Conf
|
|
|
|
|
|
class DjangoQConfig(AppConfig):
|
|
name = 'django_q'
|
|
verbose_name = Conf.LABEL
|