mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-16 22:17:55 +08:00
9 lines
144 B
Python
9 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
from .conf import Conf
|
|
|
|
|
|
class DjangoQConfig(AppConfig):
|
|
name = 'django_q'
|
|
verbose_name = Conf.LABEL
|