Exemplo n.º 1
0
Arquivo: apps.py Projeto: emache/nexus
    def ready(self):
        from nexus.checks import register_checks

        register_checks()

        self.module.autodiscover()
Exemplo n.º 2
0
 def ready(self):
     from nexus.checks import register_checks
     register_checks()
Exemplo n.º 3
0
Arquivo: apps.py Projeto: ttz21/nexus
    def ready(self):
        from nexus.checks import register_checks
        register_checks()

        self.module.autodiscover()