src/hdalab/apps.py
changeset 559 1357a0cfdbf7
child 660 04255afd160e
equal deleted inserted replaced
558:92d0f441ca7f 559:1357a0cfdbf7
       
     1 # -*- coding: utf-8 -*-
       
     2 '''
       
     3 Created on Mar 19, 2015
       
     4 
       
     5 @author: ymh
       
     6 '''
       
     7 
       
     8 from __future__ import absolute_import
       
     9 
       
    10 from django.apps import AppConfig
       
    11 
       
    12 
       
    13 class HdalabAppConfig(AppConfig):
       
    14     
       
    15     name = "hdalab"
       
    16     verbose_name = "HdaLab"
       
    17     
       
    18     def ready(self):
       
    19         from .celery import app as celery_app  # @UnusedImport
       
    20         import hdalab.signals # @UnusedImport