portier/restream/apps.py

10 lines
153 B
Python
Raw Normal View History

2020-04-15 20:29:59 +02:00
from django.apps import AppConfig
class RestreamConfig(AppConfig):
name = 'restream'
def ready(self):
import restream.signals #noqa