Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!736
Resolve "KeyError: 'SCOPES' with OAUTH2_PROVIDER"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "KeyError: 'SCOPES' with OAUTH2_PROVIDER"
518-keyerror-scopes-with-oauth2_provider
into
master
Overview
1
Commits
3
Pipelines
2
Changes
3
Merged
Jonathan Weth
requested to merge
518-keyerror-scopes-with-oauth2_provider
into
master
3 years ago
Overview
1
Commits
3
Pipelines
2
Changes
3
Expand
Closes
#518 (closed)
Edited
3 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fc2aa31c
3 commits,
3 years ago
3 files
+
9
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/apps.py
+
1
−
0
Options
@@ -5,6 +5,7 @@ from django.apps import apps
from
django.conf
import
settings
from
django.http
import
HttpRequest
from
django.utils.module_loading
import
autodiscover_modules
from
django.utils.translation
import
gettext
as
_
from
dynamic_preferences.registries
import
preference_models
from
health_check.plugins
import
plugin_dir
Loading