wachjose88 / django-lti-provider-auth

This is a highly confirgurable LTI provider for Django projects.
MIT License
2 stars 1 forks source link

Error with Extended User #1

Closed joseamaya closed 2 years ago

joseamaya commented 2 years ago

Hello, we are using django-lti-provider-auth but we are getting the following error: ERRORS: lti_provider.Consumer.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out. HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'. We are using an extended user model.

Greetings.

wachjose88 commented 2 years ago

Thanks. I can confirm the problem with extended user models. I will release a fix soon.

wachjose88 commented 2 years ago

I released a fix. Please test version 0.0.8 https://pypi.org/project/django-lti-provider-auth/0.0.8/