Skip to content

Commit

Permalink
Add debug print statement to common_data view context
Browse files Browse the repository at this point in the history
- Temporarily add print statement to log context details for troubleshooting
- No functional changes to the view's logic
  • Loading branch information
NagiPragalathan committed Feb 10, 2025
1 parent 25406cf commit fd34387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified base/views/__pycache__/common.cpython-312.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions base/views/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,7 @@ def common_data(request):
'is_admin': is_admin

})

print(context)

return context

0 comments on commit fd34387

Please sign in to comment.