agiliq/Django-Socialauth

Table "openid_consumer_association" doesn't exist

EugeneLiang opened this issue · 3 comments

Hi, I am receiving the error message that the database table "openid_consumer_association" doesnt exist.

May I know how do i fix this issue?

Thanks!

Can you check if creating a new database and syncdb'ing fixes it?

hi, i've tried syncdb. but that database is not created.

For anyone else looking here, you need to ensure that the 'openid_consumer' app in in INSTALLED_APPS (it's part of the django-socialauth project)