mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-19 02:48:16 +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
|