src/hdalab/apps.py
changeset 660 04255afd160e
parent 559 1357a0cfdbf7
equal deleted inserted replaced
659:a1ee9f6c19e5 660:04255afd160e
     9 
     9 
    10 from django.apps import AppConfig
    10 from django.apps import AppConfig
    11 
    11 
    12 
    12 
    13 class HdalabAppConfig(AppConfig):
    13 class HdalabAppConfig(AppConfig):
    14     
    14 
    15     name = "hdalab"
    15     name = "hdalab"
    16     verbose_name = "HdaLab"
    16     verbose_name = "HdaLab"
    17     
    17 
    18     def ready(self):
    18     def ready(self):
    19         from .celery import app as celery_app  # @UnusedImport
    19         from .celery import app as celery_app  # @UnusedImport
    20         import hdalab.signals # @UnusedImport
    20         import hdalab.signals # @UnusedImport