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