box-o-sand/djtut/mysite/polls/apps.py
2020-03-14 10:52:39 -04:00

6 lines
85 B
Python

from django.apps import AppConfig
class PollsConfig(AppConfig):
name = "polls"