equal
deleted
inserted
replaced
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 |