forked from rc/aircox
streamer as separate application; working streamer monitor interface
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
from django.shortcuts import render
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
from aircox.views.admin import BaseAdminView
|
||||
|
||||
|
||||
class StreamerAdminView(BaseAdminView, TemplateView):
|
||||
template_name = 'aircox_streamer/streamer.html'
|
||||
title = _('Streamer Monitor')
|
||||
|
||||
|
||||
# Create your views here.
|
||||
|
Reference in New Issue
Block a user