-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule backend
updated
20 files
+1 −0 | backend/backend/celery.py | |
+19 −0 | backend/newsletter/migrations/0004_subscribedusers_email.py | |
+1 −0 | backend/newsletter/models.py | |
+8 −1 | backend/newsletter/serializers.py | |
+19 −24 | backend/newsletter/tasks.py | |
+2 −1 | backend/newsletter/templates/cl_newsletter_1.html | |
+21 −0 | backend/newsletter/templates/unsubscribe.html | |
+4 −1 | backend/newsletter/urls.py | |
+132 −17 | backend/newsletter/views.py | |
+26 −5 | backend/organization/views.py | |
+39 −11 | backend/project/views.py | |
+21 −0 | backend/transcript/utils/TTML.py | |
+49 −5 | backend/transcript/views.py | |
+70 −0 | backend/translation/utils.py | |
+53 −6 | backend/translation/views.py | |
+14 −0 | backend/users/serializers.py | |
+6 −6 | backend/users/views.py | |
+3 −3 | backend/video/views.py | |
+5 −5 | backend/youtube/views.py | |
+13 −13 | docker-compose.yml |
Submodule frontend
updated
27 files