factory/apps/mq/apps.py

6 lines
79 B
Python

from django.apps import AppConfig
class MqConfig(AppConfig):
name = 'mq'