Add print statement to output DATABASES configuration for debugging
This commit is contained in:
parent
fc2cd08b26
commit
3c401d4f7c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ DATABASES = {
|
|||
"PASSWORD": os.getenv("POSTGRES_PASSWORD"),
|
||||
}
|
||||
}
|
||||
|
||||
print(DATABASES)
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue