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
!1222
fix career pages, handle errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix career pages, handle errors
feat/future-calendars
into
test
Overview
0
Commits
1
Pipelines
1
Changes
10
Merged
Alexa Valentová
requested to merge
feat/future-calendars
into
test
3 months ago
Overview
0
Commits
1
Pipelines
1
Changes
10
Expand
0
0
Merge request reports
Compare
test
test (base)
and
latest version
latest version
d1cce6c2
1 commit,
3 months ago
10 files
+
69
−
32
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
district/management/commands/octopus_people_import.py
+
3
−
1
Options
@@ -51,4 +51,6 @@ class Command(BaseCommand):
)
for
person_page
in
DistrictManualOctopusPersonPage
.
objects
.
all
():
import_manual_person
.
delay
(
person_page
.
id
,
collection_id
)
import_manual_person
.
delay
(
person_page
.
id
,
person_page
.
root_page
.
image_collection_id
)
Loading