]> git.parisson.com Git - teleforma.git/commit
Create conference from BBB
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 21 Oct 2024 11:35:59 +0000 (13:35 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 21 Oct 2024 11:35:59 +0000 (13:35 +0200)
commit940fd0aa0cfcec3155a2286536ae1a1100601e7f
tree9b5b211f5614d522ffd3daccd58c5888e0d8d0dc
parentcc7b02ad702b0a48c7706535916d01a3ca95487d
Create conference from BBB
14 files changed:
teleforma/forms.py
teleforma/management/commands/teleforma-webclass-create-conferencerecords.py [new file with mode: 0644]
teleforma/migrations/0013_auto_20240926_1615.py [new file with mode: 0644]
teleforma/models/core.py
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/inc/media_list.html
teleforma/views/core.py
teleforma/webclass/admin.py
teleforma/webclass/migrations/0004_alter_webclassrecord_options.py [new file with mode: 0644]
teleforma/webclass/migrations/0005_bbbserver_api_version.py [new file with mode: 0644]
teleforma/webclass/models.py
teleforma/webclass/urls.py
teleforma/webclass/views.py