elevate.apps
~~~~~~~~~~~~~~
© 2017-present by Justin Mayer.
:license: BSD, see LICENSE for more details.
ElevateConfig
Bases: AppConfig
name
class-attribute
instance-attribute
verbose_name
class-attribute
instance-attribute
verbose_name = 'Django Elevate'
ready
Source code in hypha/elevate/apps.py
| def ready(self):
# register signals
import hypha.elevate.signals # noqa
|