from django.apps import AppConfig from . import tasks class PollsConfig(AppConfig): name = 'polls' def ready(self): pass