src/hdalab/apps.py
author ymh <ymh.work@gmail.com>
Wed, 06 Apr 2016 12:13:05 +0200
changeset 681 bd4d4d4dbdaa
parent 660 04255afd160e
permissions -rw-r--r--
small adjustments, add anchors in abut page, center the play button in preview for video, adjust size

# -*- 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