streamer as separate application; working streamer monitor interface
This commit is contained in:
@ -121,9 +121,15 @@ except:
|
||||
|
||||
# Application definition
|
||||
INSTALLED_APPS = (
|
||||
# aircox & dependencies
|
||||
'aircox',
|
||||
'aircox.apps.AircoxAdminConfig',
|
||||
'aircox_streamer',
|
||||
|
||||
# aircox applications
|
||||
'rest_framework',
|
||||
|
||||
# aircox_web applications
|
||||
"content_editor",
|
||||
"ckeditor",
|
||||
'easy_thumbnails',
|
||||
'filer',
|
||||
|
@ -19,6 +19,7 @@ from django.contrib import admin
|
||||
from django.urls import include, path, re_path
|
||||
|
||||
import aircox.urls
|
||||
import aircox_streamer.urls
|
||||
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user