live_share_youtube/player/apps.py
2018-03-24 19:34:01 +01:00

6 lines
87 B
Python

from django.apps import AppConfig
class PlayerConfig(AppConfig):
name = 'player'