redex-ai / simple-django-login-and-register

An example of Django project with basic user functionality.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

REDEX #3

Open redex-ai opened 10 months ago

redex-ai commented 10 months ago

Add a log for the email in the backend when the customer creates an account.

redex-ai-powered-okr-tool[bot] commented 10 months ago

Change Summary

The changes involve adding a logging statement to the SignUpView class to log account creation events. Additionally, the settings file will be updated to ensure that logs from the accounts.views module are properly captured.

FilePlan :-

File : source/accounts/views.py

Add a logging statement in the SignUpView class to log when a customer creates an account.

File : source/app/settings.py

Ensure that the logging configuration is set up to capture info level logs from the accounts.views module.

Please review the structure and let me know if any modifications are required.

redex-ai-powered-okr-tool[bot] commented 10 months ago

PULL REQUEST : https://github.com/redex-ai/simple-django-login-and-register/pull/5