mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-20 03:28:59 +00:00
6 lines
90 B
Python
6 lines
90 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PollsConfig(AppConfig):
|
|
name = "apps.polls"
|