Save clip to back end
authorGeorgios Atheridis <georgios@atheridis.org>
Sun, 22 Jan 2023 11:56:24 +0000 (11:56 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Sun, 22 Jan 2023 11:56:24 +0000 (11:56 +0000)
commitf6a5f98104d4f96fc707a4199e4f22c8b7f06155
treea64b78c826021abdc85582cd6276a53aba9299f9
parent7eed068ffabf56aa37c86d4fe7a2899308df8576
Save clip to back end
core/core/urls.py
core/manager/admin.py
core/manager/forms.py [new file with mode: 0644]
core/manager/migrations/0001_initial.py [new file with mode: 0644]
core/manager/migrations/0002_alter_clip_broadcaster_id_and_more.py [new file with mode: 0644]
core/manager/models.py
core/manager/request_clip.py [new file with mode: 0644]
core/manager/templates/manager/index.html
core/manager/views.py