Skip to content
Snippets Groups Projects
Commit e019a988 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Work copy

parent dfcada11
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ class Substitution(object): ...@@ -83,7 +83,7 @@ class Substitution(object):
def get_substitutions_by_date(): def get_substitutions_by_date():
subs_raw = run_default_filter( subs_raw = run_default_filter(
run_using(models.Substitution.objects.filter(date="20180821").order_by("classids", "lesson")), run_using(models.Substitution.objects.filter(date="20180901").order_by("classids", "lesson")),
filter_term=False) filter_term=False)
# print(subs_raw) # print(subs_raw)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment