diff --git a/backend/__pycache__/settings.cpython-310.pyc b/backend/__pycache__/settings.cpython-310.pyc index 28cb222..e7ef914 100644 Binary files a/backend/__pycache__/settings.cpython-310.pyc and b/backend/__pycache__/settings.cpython-310.pyc differ diff --git a/backend/__pycache__/settings.cpython-311.pyc b/backend/__pycache__/settings.cpython-311.pyc index a286bbb..ff5ec62 100644 Binary files a/backend/__pycache__/settings.cpython-311.pyc and b/backend/__pycache__/settings.cpython-311.pyc differ diff --git a/backend/settings.py b/backend/settings.py index 2380cfe..ddebe43 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -128,10 +128,10 @@ import os DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', - 'NAME': 'erkesh_mal', - 'USER': 'postgres', - 'PASSWORD': 'swydk', - 'HOST': 'localhost', + 'NAME': 'mydatabase', + 'USER': 'myuser', + 'PASSWORD': 'mypassword', + 'HOST': 'db', 'PORT': '5432', } } diff --git a/main/__pycache__/urls.cpython-311.pyc b/main/__pycache__/urls.cpython-311.pyc index f1ea609..96bfed3 100644 Binary files a/main/__pycache__/urls.cpython-311.pyc and b/main/__pycache__/urls.cpython-311.pyc differ diff --git a/requirements.txt b/requirements.txt index 833d898..b9f78c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,13 @@ charset-normalizer==3.3.2 Django==5.0.6 django-cors-headers==4.4.0 djangorestframework==3.15.2 +djangorestframework-simplejwt==5.3.1 gunicorn==23.0.0 idna==3.7 packaging==24.1 pillow==10.4.0 psycopg2-binary==2.9.9 +PyJWT==2.9.0 requests==2.32.3 sqlparse==0.5.1 typing_extensions==4.12.2