1 2 3 4 5 6 7 8
from django.apps import AppConfig class AccountAppConfig(AppConfig): name = 'accounts' def ready(self): import accounts.signals