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
Commits
16e5f4f8
Commit
16e5f4f8
authored
5 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Merge cache and dashboard
parent
b007c9ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
biscuit/apps/chronos/views.py
+4
-8
4 additions, 8 deletions
biscuit/apps/chronos/views.py
with
4 additions
and
8 deletions
biscuit/apps/chronos/views.py
+
4
−
8
View file @
16e5f4f8
import
datetime
import
datetime
import
os
import
os
import
time
import
traceback
from
typing
import
List
from
typing
import
List
from
PyPDF2
import
PdfFileMerger
from
PyPDF2
import
PdfFileMerger
...
@@ -17,19 +15,17 @@ from schoolapps.settings import BASE_DIR
...
@@ -17,19 +15,17 @@ from schoolapps.settings import BASE_DIR
from
schoolapps.settings
import
SHORT_WEEK_DAYS
,
LONG_WEEK_DAYS
from
schoolapps.settings
import
SHORT_WEEK_DAYS
,
LONG_WEEK_DAYS
from
timetable.filters
import
HintFilter
from
timetable.filters
import
HintFilter
from
timetable.forms
import
HintForm
from
timetable.forms
import
HintForm
from
untisconnect.datetimeutils
import
get_calendar_week
,
get_calendar_weeks
,
get_next_weekday
,
find_out_what_is_today
,
\
get_next_weekday_with_time
from
untisconnect.utils
import
get_type_and_object_of_user
,
overview_dict
from
timetable.hints
import
get_all_hints_by_time_period
,
get_all_hints_by_class_and_time_period
,
\
from
timetable.hints
import
get_all_hints_by_time_period
,
get_all_hints_by_class_and_time_period
,
\
get_all_hints_for_teachers_by_time_period
,
get_all_hints_not_for_teachers_by_time_period
get_all_hints_for_teachers_by_time_period
,
get_all_hints_not_for_teachers_by_time_period
from
timetable.pdf
import
generate_class_tex
,
generate_pdf
from
timetable.pdf
import
generate_class_tex
,
generate_pdf
from
untisconnect.plan
import
get_plan
,
TYPE_TEACHER
,
TYPE_CLASS
,
TYPE_ROOM
,
parse_lesson_times
from
untisconnect.sub
import
get_substitutions_by_date
,
generate_sub_table
,
get_header_information
,
SubRow
from
untisconnect.api
import
*
from
untisconnect.api
import
*
from
untisconnect.datetimeutils
import
get_calendar_week
,
get_calendar_weeks
,
get_next_weekday
,
find_out_what_is_today
,
\
get_next_weekday_with_time
from
untisconnect.events
import
get_all_events_by_date
from
untisconnect.events
import
get_all_events_by_date
from
untisconnect.plan
import
get_plan
,
parse_lesson_times
from
untisconnect.plan
import
get_plan
,
parse_lesson_times
from
untisconnect.sub
import
SubRow
from
untisconnect.sub
import
get_substitutions_by_date
,
generate_sub_table
,
get_header_information
from
untisconnect.sub
import
get_substitutions_by_date
,
generate_sub_table
,
get_header_information
from
untisconnect.utils
import
get_type_and_object_of_user
,
overview_dict
from
.models
import
Hint
from
.models
import
Hint
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment