Skip to content

Commit

Permalink
updated settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeya123 committed Jul 9, 2024
1 parent e094178 commit 4e38ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
ls -R server # List all files and directories recursively
cat server/requirements.txt # Print the contents of the requirements file
printenv
- name: Install Dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions server/portaluserdb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@


logger.info(f"Secrets loaded: {secrets}")
# Use print statements for debugging
print(f"Secrets: {secrets}")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

Expand Down

0 comments on commit 4e38ce7

Please sign in to comment.