diff --git a/django-postgres/django_postgres/django_postgres/settings.py b/django-postgres/django_postgres/django_postgres/settings.py index abe5353..2791ed4 100644 --- a/django-postgres/django_postgres/django_postgres/settings.py +++ b/django-postgres/django_postgres/django_postgres/settings.py @@ -82,7 +82,7 @@ 'USER': 'postgres', 'PASSWORD': 'postgres', 'HOST': '0.0.0.0', - 'PORT': '6000', + 'PORT': '5432', } } diff --git a/django-postgres/django_postgres/requirements.txt b/django-postgres/django_postgres/requirements.txt index eb2fff9..5d51161 100644 --- a/django-postgres/django_postgres/requirements.txt +++ b/django-postgres/django_postgres/requirements.txt @@ -1,4 +1,8 @@ -django==4.2.3 -django_rest_framework==0.1.0 -psycopg2-binary==2.9.6 -psycopg2>=2.7,<3.0 \ No newline at end of file +asgiref==3.7.2 +Django==4.2.9 +djangorestframework==3.14.0 +psycopg==3.1.17 +psycopg2-binary==2.9.9 +pytz==2023.3.post1 +sqlparse==0.4.4 +typing_extensions==4.9.0