Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Merge requests
!36
Dashboard widget for SMART PLAN
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dashboard widget for SMART PLAN
feature/smart-plan-dashboard-widget
into
master
Overview
13
Commits
8
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
feature/smart-plan-dashboard-widget
into
master
5 years ago
Overview
13
Commits
8
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
Can be merged when
AlekSIS!155 (merged)
is merged.
0
0
Merge request reports
Viewing commit
4a199dc9
Prev
Next
Show latest version
3 files
+
61
−
69
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
4a199dc9
Move TimetableWidget to models.py
· 4a199dc9
Jonathan Weth
authored
5 years ago
aleksis/apps/chronos/admin.py
+
1
−
1
Options
from
django.contrib
import
admin
from
.
dashboard
import
TimetableWidget
from
.
models
import
TimetableWidget
admin
.
site
.
register
(
TimetableWidget
)
Loading