From a31b9a1c15010ebe5e54d70fdd05c94ad7e9b785 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Fri, 16 Aug 2024 18:36:47 +0200 Subject: [PATCH] update settings --- backend/requirements.txt | 3 +-- backend/videoflix/videoflix/settings.py | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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', ]