from django.apps import AppConfig class WirelessConfig(AppConfig): name = 'wireless' def ready(self): from . import signals, search