Open mofokeng-chaka opened 1 week ago
After installing the dependencies listed in the requirements.txt file, a module not found error is raised when running the server. ModuleNotFoundError: No module named 'smtplib'
requirements.txt
ModuleNotFoundError: No module named 'smtplib'
It turns out to be an issue from an outdated Django.
After installing the dependencies listed in the
requirements.txt
file, a module not found error is raised when running the server.ModuleNotFoundError: No module named 'smtplib'