If the database was originally created by Django, it would have been built with 
an ID field. Django is confused because it can’t find that field in the 
database. If you added ID to the model, did you run python manage.py 
makemigrations and then python manage.py migrate

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cf82c1b4-3b7a-4d7c-87a3-9b182c92b59a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to