Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
47d4dda5
Commit
47d4dda5
authored
Dec 15, 2017
by
Lukas Burgey
Browse files
Fix a setting
parent
84cfaeb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
django_backend/settings.py
View file @
47d4dda5
...
...
@@ -99,7 +99,7 @@ DATABASES = {
CORS_ORIGIN_ALLOW_ALL
=
True
AUTHENTICATION_BACKENDS
=
[
'django_backend.backend.auth
_
backend.OIDCTokenAuthBackend'
,
'django_backend.backend.auth
.
backend.OIDCTokenAuthBackend'
,
'django.contrib.auth.backends.ModelBackend'
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment