diff --git a/backend/requirements.txt b/backend/requirements.txt index 79c0093..91d6313 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,5 +32,4 @@ setuptools==72.1.0 six==1.16.0 sqlparse==0.5.1 tablib==3.5.0 -urllib3==2.2.2 -Werkzeug==3.0.3 \ No newline at end of file +urllib3==2.2.2 \ No newline at end of file diff --git a/backend/videoflix/videoflix/settings.py b/backend/videoflix/videoflix/settings.py index a6cc9fc..7dbff23 100644 --- a/backend/videoflix/videoflix/settings.py +++ b/backend/videoflix/videoflix/settings.py @@ -36,13 +36,15 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' ALLOWED_HOSTS = [ 'videoflix-django.andre-kempf.com', - '34.65.103.198', + '35.198.182.146', + '34.65.133.166', 'localhost', '127.0.0.1', ] CORS_ALLOWED_ORIGINS = [ - 'https://34.65.103.198', + 'https://35.198.182.146' + 'https://34.65.133.166', 'http://localhost:4200', 'https://videoflix.andre-kempf.com', ]