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