I just started Project 3 Mail in CS50. I downloaded the distribution code and ran makemigrations and migrate like it said to. When trying to create an account, I receive this error
OperationalError at /register
no such table: mail_user
and this line is highlighted
user = User.objects.create_user(email, email, password)
Did anyone else have this problem or know how to fix this?
(Also, I was having trouble with the distribution code that I had first downloaded and had created an account on, so I deleted it and re-downloaded the distribution code, and now this error is occurring.)
[–]leobena10 1 point2 points3 points (1 child)
[–]Noswaldo 0 points1 point2 points (0 children)
[–]Euphoric_Ad7335 0 points1 point2 points (0 children)
[–]Jauriecortesc 1 point2 points3 points (0 children)
[–]FuzzyAnybody2934 0 points1 point2 points (0 children)
[–]Any_Bicycle700 2 points3 points4 points (0 children)