Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
TO
Maják
Merge requests
!76
Merge test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge test
test
into
master
Overview
0
Commits
5
Pipelines
1
Changes
1
Merged
jan.bednarik
requested to merge
test
into
master
4 years ago
Overview
0
Commits
5
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f2feaa2e
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f2feaa2e
majak: Disable face detection
· f2feaa2e
jan.bednarik
authored
4 years ago
majak/settings/base.py
+
2
−
1
Options
@@ -192,7 +192,8 @@ WAGTAIL_USER_TIME_ZONES = ["Europe/Prague"]
WAGTAILADMIN_NOTIFICATION_INCLUDE_SUPERUSERS
=
False
WAGTAILIMAGES_FEATURE_DETECTION_ENABLED
=
True
# TODO disabled till fix issues with OpenCV
WAGTAILIMAGES_FEATURE_DETECTION_ENABLED
=
False
# disable editing of user details synced from SSO
WAGTAIL_USER_EDIT_FORM
=
"
users.forms.CustomUserEditForm
"
Loading