First of all, thanks for this site. It has been very helpful.
I write in regard to the Django course. I followed all the way through Ch 7 without difficulty, but in Ch 8 ran into a snag, so I tried running your github version.
-
Cloning the repo doesn’t work. I had to change settings.py and wsgi.py to get anything to happen at all.
-
Per ch 8 adding “EMAIL_BACKEND = ‘django.core.mail.backends.console.EmailBackend’” to settings.py “logs any emails sent to the console (so you can copy the password reset link from the console”. I am not sure if this means the javascript console or the server console, but nothing appears in either of them. I suspect the steps you have outlines are not enough to actually send the email, but being new at this I am not sure. Once I got your repo version running, I see the same thing, or more specifically, the same lack of anything.
Advice appreciated.
mt
Michael Tobis