|
40 | 40 | HACKATHON_GITHUB_REPO = 'https://github.com/hackupc/myhackupc/'
|
41 | 41 |
|
42 | 42 | # (OPTIONAL) Applications deadline
|
43 |
| -HACKATHON_APP_DEADLINE = timezone.datetime(2024, 5, 3, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) |
44 |
| -VOLUNTEER_APP_DEADLINE = timezone.datetime(2024, 5, 9, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) |
45 |
| -MENTOR_APP_DEADLINE = timezone.datetime(2024, 5, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) |
| 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)) |
46 | 46 | # (OPTIONAL) Online checkin activated
|
47 |
| -ONLINE_CHECKIN = timezone.datetime(2024, 4, 29, 17, 00, tzinfo=timezone.pytz.timezone(TIME_ZONE)) |
| 47 | +ONLINE_CHECKIN = timezone.datetime(2020, 5, 3, 17, 00, tzinfo=timezone.pytz.timezone(TIME_ZONE)) |
48 | 48 | # (OPTIONAL) When to arrive at the hackathon
|
49 | 49 | HACKATHON_ARRIVE = ''
|
50 | 50 |
|
|
0 commit comments