server/python/django2/renkanmanager/apps.py
author ymh <ymh.work@gmail.com>
Fri, 24 Jun 2016 13:07:21 +0200
changeset 622 02e3c464223f
parent 615 f3875fbe206a
child 665 69d13e7dd286
permissions -rw-r--r--
Add click origin info to help action tracing

from django.apps import AppConfig

class RenkanManagerConfig(AppConfig):
    name = 'renkanmanager'
    verbose_name = "Renkan Manager"

    def ready(self):
        from renkanmanager import signals