apps.py 127 Bytes
from django.apps import AppConfig


class QaConfig(AppConfig):
    name = 'qa'

    def ready(self):
        import qa.signals