Django, Manytomanyfield - Programmingerror: Relation Foo_bar Does Not Exist. Recognized In Migrations, Though Relation Is Never Created
In this case, 'foo_bar' is actually 'links_userprofile_favorite_feeds'. The problem is, when I go into manage.py shell: manage.py shell from django.contrib.auth.models import User
Solution 1:
Fixed.
For those with this problem in the future:
Post a Comment for "Django, Manytomanyfield - Programmingerror: Relation Foo_bar Does Not Exist. Recognized In Migrations, Though Relation Is Never Created"