newmediamonitoring/polls/apps.py

8 lines
145 B
Python

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