Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
dalia
Backend
Django
Merge requests
!1
Resolve "Implement "suggested content" on material page"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve "Implement "suggested content" on material page"
10-implement-suggested-content-on-material-page
into
dev
Overview
0
Commits
17
Pipelines
0
Changes
16
Open
Xia, Ning
requested to merge
10-implement-suggested-content-on-material-page
into
dev
4 months ago
Overview
0
Commits
17
Pipelines
0
Changes
16
Expand
Closes
#10
0
0
Merge request reports
Compare
dev
version 5
ecfa388b
2 months ago
version 4
a21bfd99
2 months ago
version 3
cd7717de
3 months ago
version 2
3be0232b
4 months ago
version 1
864a7d0c
4 months ago
dev (HEAD)
and
latest version
latest version
20e5a880
17 commits,
1 month ago
version 5
ecfa388b
14 commits,
2 months ago
version 4
a21bfd99
13 commits,
2 months ago
version 3
cd7717de
11 commits,
3 months ago
version 2
3be0232b
10 commits,
4 months ago
version 1
864a7d0c
8 commits,
4 months ago
16 files
+
344
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
.vscode/settings.json
0 → 100644
+
19
−
0
Options
{
"[python]"
:
{
"editor.defaultFormatter"
:
"charliermarsh.ruff"
,
"editor.formatOnSave"
:
true
,
"editor.rulers"
:
[
88
],
"editor.renderWhitespace"
:
"trailing"
,
"editor.codeActionsOnSave"
:
{
"source.organizeImports.ruff"
:
"explicit"
}
},
"python.testing.pytestArgs"
:
[
"tests"
,
"-s"
],
"python.testing.unittestEnabled"
:
false
,
"python.testing.pytestEnabled"
:
true
}
\ No newline at end of file
Loading