We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf9d7e0 + 443fc5a commit a9d5618Copy full SHA for a9d5618
app/hackathon_variables.py
@@ -42,7 +42,7 @@
42
# (OPTIONAL) Applications deadline
43
HACKATHON_APP_DEADLINE = timezone.datetime(2024, 4, 24, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
44
VOLUNTEER_APP_DEADLINE = timezone.datetime(2024, 4, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
45
-MENTOR_APP_DEADLINE = timezone.datetime(2024, 4, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
+MENTOR_APP_DEADLINE = timezone.datetime(2024, 3, 25, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE))
46
# (OPTIONAL) Online checkin activated
47
ONLINE_CHECKIN = timezone.datetime(2020, 5, 3, 17, 00, tzinfo=timezone.pytz.timezone(TIME_ZONE))
48
# (OPTIONAL) When to arrive at the hackathon
0 commit comments