| author | ymh <ymh.work@gmail.com> |
| Fri, 13 Apr 2018 12:43:08 +0200 | |
| branch | documentation |
| changeset 696 | 06825f3aa213 |
| parent 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): |
|
|
660
04255afd160e
display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents:
559
diff
changeset
|
14 |
|
| 559 | 15 |
name = "hdalab" |
16 |
verbose_name = "HdaLab" |
|
|
660
04255afd160e
display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents:
559
diff
changeset
|
17 |
|
| 559 | 18 |
def ready(self): |
19 |
from .celery import app as celery_app # @UnusedImport |
|
|
660
04255afd160e
display errors in registration form. Add check for email unicity. slightly change registration message, upgrade django-registration-redux
ymh <ymh.work@gmail.com>
parents:
559
diff
changeset
|
20 |
import hdalab.signals # @UnusedImport |