| author | ymh <ymh.work@gmail.com> |
| Fri, 03 Apr 2015 18:41:01 +0200 | |
| changeset 618 | cb8b833ad122 |
| parent 559 | 1357a0cfdbf7 |
| child 660 | 04255afd160e |
| permissions | -rw-r--r-- |
| 559 | 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 |