Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
added '' to app password
  • Loading branch information
jordanmiracle authored May 12, 2024
1 parent 04ee3f1 commit 82dd4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wanderingproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def get_secret():
EMAIL_PORT = 465
EMAIL_HOST_USER = os.environ.get('EMAIL_HOST_USER')
EMAIL_HOST_PASSWORD = os.environ.get('EMAIL_HOST_PASSWORD')
#EMAIL_HOST_PASSWORD = rliboromhbgeirty
#EMAIL_HOST_PASSWORD = 'rliboromhbgeirty'
#AUTH_USER = 'ellenmgehling@gmail.com'
#AUTH_PASSWORD = 'kzmqnfpffsmmghvu'
#EMAIL_USE_TLS = True
Expand Down

0 comments on commit 82dd4c4

Please sign in to comment.