server/python/django2/renkanmanager/apps.py
author ymh <ymh.work@gmail.com>
Wed, 29 Jun 2016 23:11:56 +0200
changeset 626 112912309726
parent 615 f3875fbe206a
child 665 69d13e7dd286
permissions -rw-r--r--
ensure that we change the ids of elements when copying/creating a new renkan

from django.apps import AppConfig

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

    def ready(self):
        from renkanmanager import signals