I tried running makemigrations and after migrate and I am constantly getting this error: What I was trying to do is Link a UserProfile model to Django’s own User Model: The “Contests” model (as you can see in my installed apps below) uses the User Model as well without any errors. My Installed apps look like this : My migration