You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The skip_authorization field from AbstractApplication is not present on migrations. When I upgrade django-oauth-toolkit, I receive this error when try to get token.
OperationalError at /oauth/token/
(1054, "Unknown column 'oauth2_provider_application.skip_authorization' in 'field list'")