Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Merge requests
!31
Update sample settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update sample settings
update-sample-config
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
David Trattnig
requested to merge
update-sample-config
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
See
Update sample "steering.py" which is shipped wi... (#195 - closed)
Edited
1 year ago
by
David Trattnig
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
03fd5caa
2 commits,
1 year ago
2 files
+
9
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
steering/sample_settings.py
+
8
−
7
Options
# sample settings for steering
# Advanced settings for Steering
# Go to https://docs.aura.radio to learn how to configure LDAP.
from
.settings
import
*
# noqa
ADMINS
=
[(
"
Ernesto
"
,
"
ernesto@helsinki.at
"
)]
MANAGERS
=
ADMINS
TIME_ZONE
=
"
America/La_Paz
"
# import the base settings
from
steering.settings
import
*
# noqa
# Import classes, functions, etc.
from
django_auth_ldap.config
import
GroupOfNamesType
# and use them to extend or overwrite settings
AUTH_LDAP_GROUP_TYPE
=
GroupOfNamesType
(
name_attr
=
"
cn
"
)
\ No newline at end of file
Loading