mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-04-22 02:58:56 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PollsConfig(AppConfig):
|
|
name = 'polls'
|