from django.apps import AppConfig class AccountAppConfig(AppConfig): name = 'accounts' def ready(self): import accounts.signals