src/hdalab/apps.py
author ymh <ymh.work@gmail.com>
Tue, 23 Jun 2015 02:24:56 +0200
changeset 631 bed872f13d1f
parent 559 1357a0cfdbf7
child 660 04255afd160e
permissions -rw-r--r--
Added tag V03.00-rc.17 for changeset cbaa2c7dd38e

# -*- coding: utf-8 -*-
'''
Created on Mar 19, 2015

@author: ymh
'''

from __future__ import absolute_import

from django.apps import AppConfig


class HdalabAppConfig(AppConfig):
    
    name = "hdalab"
    verbose_name = "HdaLab"
    
    def ready(self):
        from .celery import app as celery_app  # @UnusedImport
        import hdalab.signals # @UnusedImport