Files
django-movies/apps/polls/apps.py

6 lines
90 B
Python

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