newbie to python so i followed "Django by example" after i finished the blog project i committed to GitHub repository master. Only for me to clone the project later and
Asked
Active
Viewed 49 times
0
-
clear the migration files and remigrate. – Sumithran May 24 '21 at 13:59
-
What version of Django are you using? – GwynBleidD May 24 '21 at 14:00
-
easy solution [here](https://stackoverflow.com/a/33676462/8243936) – NEBEZ May 24 '21 at 14:08
-
1The failing migration is `auth.0013_user_following`?? But there is no such migration in the `django.contrib.auth` app (not even in the development version of Django), how do you end up with this error? Did you try to modify the package's code locally? – Abdul Aziz Barkat May 24 '21 at 14:32