def ready(self): """Override the default :meth:`~django.apps.AppConfig.ready` method. Registers :mod:`~tags.signals` used in the app. """ import tags.signals # noqa: F401