bowerta

Results 2 comments of bowerta

I am also stuck on this issue, I get the following error when trying to run a migration: `django.db.utils.ProgrammingError: relation "django_keycloak_openidconnectprofile" does not exist `

> Under https://django-keycloak.readthedocs.io/en/latest/index.html#setup is the point > > ``` > AUTHENTICATION_BACKENDS = [ > ... > 'django_keycloak.auth.backends.KeycloakAuthorizationCodeBackend', > ] > ``` > > but in an "vanilla" settings file is...