[docs]classPhotosConfig(AppConfig):"""AppConfig class for Photos app."""name="photos"verbose_name=_("Photos")
[docs]defready(self):"""Import the signals when the app is ready."""super().ready()# pylint: disable=unused-import,import-outside-toplevelfrom.importsignals