Skip to content

Commit

Permalink
move test event to the far future
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Aug 6, 2023
1 parent 4eecd1a commit ac41513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ephios/extra/management/commands/devdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ def create_objects():

Shift.objects.create(
event=event,
meeting_time=make_aware(datetime(2023, 6, 30, 15, 30)),
start_time=make_aware(datetime(2023, 6, 30, 16, 0)),
end_time=make_aware(datetime(2023, 7, 1, 1, 0)),
meeting_time=make_aware(datetime(2043, 6, 30, 15, 30)),
start_time=make_aware(datetime(2043, 6, 30, 16, 0)),
end_time=make_aware(datetime(2043, 7, 1, 1, 0)),
signup_method_slug="instant_confirmation",
signup_configuration={
"minimum_age": 18,
"signup_until": make_aware(datetime(2023, 6, 29, 8, 0)),
"signup_until": make_aware(datetime(2043, 6, 29, 8, 0)),
},
)

Expand Down

0 comments on commit ac41513

Please sign in to comment.