permissions
This commit is contained in:
parent
f079d90d0e
commit
2dcc632c8f
Binary file not shown.
Binary file not shown.
@ -128,10 +128,10 @@ import os
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'erkesh_mal',
|
'NAME': 'mydatabase',
|
||||||
'USER': 'postgres',
|
'USER': 'myuser',
|
||||||
'PASSWORD': 'swydk',
|
'PASSWORD': 'mypassword',
|
||||||
'HOST': 'localhost',
|
'HOST': 'db',
|
||||||
'PORT': '5432',
|
'PORT': '5432',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
@ -4,11 +4,13 @@ charset-normalizer==3.3.2
|
|||||||
Django==5.0.6
|
Django==5.0.6
|
||||||
django-cors-headers==4.4.0
|
django-cors-headers==4.4.0
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
|
djangorestframework-simplejwt==5.3.1
|
||||||
gunicorn==23.0.0
|
gunicorn==23.0.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
pillow==10.4.0
|
pillow==10.4.0
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
|
PyJWT==2.9.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
sqlparse==0.5.1
|
sqlparse==0.5.1
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
Loading…
Reference in New Issue
Block a user