Add YouTube
This commit is contained in:
parent
ea242955d9
commit
5bdee66207
12 changed files with 214 additions and 1 deletions
7
youtube/apps.py
Normal file
7
youtube/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class YoutubeConfig(AppConfig):
|
||||
"""Django app configuration for the YouTube app."""
|
||||
|
||||
name = "youtube"
|
||||
Loading…
Add table
Add a link
Reference in a new issue