Add YouTube

This commit is contained in:
Joakim Hellsén 2026-03-16 21:27:11 +01:00
commit 5bdee66207
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
12 changed files with 214 additions and 1 deletions

7
youtube/apps.py Normal file
View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class YoutubeConfig(AppConfig):
"""Django app configuration for the YouTube app."""
name = "youtube"