Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project Allocator
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
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
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
edtech
Project Allocator
Merge requests
!18
Support specific deadline for each category of project.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support specific deadline for each category of project.
specific-deadline-for-category
into
master
Overview
2
Commits
7
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Merged
Andrea Callia D'Iddio
requested to merge
specific-deadline-for-category
into
master
2 years ago
Overview
2
Commits
7
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
As per title
0
0
Merge request reports
Viewing commit
fee97f9e
Prev
Next
Show latest version
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fee97f9e
Fix: remove unused constant.
· fee97f9e
Andrea Callia D'Iddio
authored
2 years ago
app/constants.py
+
0
−
5
Options
from
datetime
import
datetime
STUDENT
=
"
student
"
STAFF
=
"
staff
"
DEADLINE_FOR_STUDENT_CHANGES
=
datetime
(
2023
,
2
,
9
,
19
,
0
)
DEADLINE_FOR_STAFF_CHANGES
=
datetime
(
2025
,
2
,
9
,
19
,
0
)
Loading