Skip to content

Apps

hypha.elevate.apps

elevate.apps ~~~~~~~~~~~~~~

© © 2017-present by Justin Mayer. :license: BSD, see LICENSE for more details.

ElevateConfig

Bases: AppConfig

name class-attribute instance-attribute

name = 'hypha.elevate'

verbose_name class-attribute instance-attribute

verbose_name = 'Django Elevate'

ready

ready()
Source code in hypha/elevate/apps.py
def ready(self):
    # register signals
    import hypha.elevate.signals  # noqa