Example #1
0
File: apps.py Project: emache/nexus
    def ready(self):
        from nexus.checks import register_checks

        register_checks()

        self.module.autodiscover()
Example #2
0
 def ready(self):
     from nexus.checks import register_checks
     register_checks()
Example #3
0
File: apps.py Project: ttz21/nexus
    def ready(self):
        from nexus.checks import register_checks
        register_checks()

        self.module.autodiscover()