7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class YoutubeConfig(AppConfig):
|
|
"""Django app configuration for the YouTube app."""
|
|
|
|
name = "youtube"
|