示例#1
0
文件: apps.py 项目: emache/nexus
    def ready(self):
        from nexus.checks import register_checks

        register_checks()

        self.module.autodiscover()
示例#2
0
文件: apps.py 项目: graingert/nexus
 def ready(self):
     from nexus.checks import register_checks
     register_checks()
示例#3
0
文件: apps.py 项目: ttz21/nexus
    def ready(self):
        from nexus.checks import register_checks
        register_checks()

        self.module.autodiscover()