kristall

Results 2 issues of kristall

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 no `AUTHENTICATION_BACKENDS` so the `...` need to be replace with...

Aloha, "you’ll need to supply include_package_data=True to the setup() function." /usr/local/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg) It seems that (at least with python3) this option is no longer available.