-BRAHMS_ENV=STAGING
DEBUG=True
-GITLAB_USER=www-data
-GITLAB_PWD=s%27%2F%408W%3B%5EC%5EU%7Bq%5CC%3A%29WEu-fVeX%23Y%24tx
\ No newline at end of file
+
+DB_PORT=5432
+DB_HOST=postgres
+POSTGRES_PASSWORD=mysecretpassword
+POSTGRES_DATABASE=teleforma
+POSTGRES_USER=teleforma
from ..models.core import (Conference, Course, CourseType, Department,
Document, DocumentType, Media, MediaTranscoded,
Organization, Period, Professor, WebClassGroup,
+ StreamingServer, LiveStream,
get_user_role)
from ..webclass.models import Webclass, WebclassRecord
from .pages import get_page_content
conference = Conference()
conference.from_json_dict(conf_dict)
conference.save()
-
if conference.streaming:
for stream in conf_dict['streams']:
host = getattr(