'postman',
# 'private_files',
#'markup_mixin',
- 'notes',
+ #'notes',
# 'jquery',
'timezones',
'jqchat',
TELEFORMA_EXAM_SCRIPT_MAX_SIZE = 20480000
TELEFORMA_EXAM_SCRIPT_SERVICE_URL = '/webviewer/teleforma.html'
+FILE_UPLOAD_TEMP_DIR = '/srv/media/tmp'
+
TELECASTER_LIVE_STREAMING_SERVER = 'stream.parisson.com'
TELECASTER_LIVE_STREAMING_PORT = 443
class Meta:
model = Conference
+ exclude = []
class UserForm(ModelForm):
course.save()
recipients = [professor.user,]
- return recipients
\ No newline at end of file
+ return recipients