From d962be1733120c2eab0e98db4a88b4fa59f1dbe7 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 15 Feb 2024 08:28:25 +0000 Subject: [PATCH] Open applications --- .gitignore | 1 + app/hackathon_variables.py | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6089593c..d2029724 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ cache/ *.sh .env +.env_old .google-service.account.json diff --git a/app/hackathon_variables.py b/app/hackathon_variables.py index 4dac091c..2fe5cb60 100644 --- a/app/hackathon_variables.py +++ b/app/hackathon_variables.py @@ -40,11 +40,11 @@ HACKATHON_GITHUB_REPO = 'https://github.com/hackupc/myhackupc/' # (OPTIONAL) Applications deadline -HACKATHON_APP_DEADLINE = timezone.datetime(2024, 5, 3, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) -VOLUNTEER_APP_DEADLINE = timezone.datetime(2024, 5, 9, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) -MENTOR_APP_DEADLINE = timezone.datetime(2024, 5, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) +HACKATHON_APP_DEADLINE = timezone.datetime(2024, 4, 24, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) +VOLUNTEER_APP_DEADLINE = timezone.datetime(2024, 4, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) +MENTOR_APP_DEADLINE = timezone.datetime(2024, 4, 1, 23, 59, tzinfo=timezone.pytz.timezone(TIME_ZONE)) # (OPTIONAL) Online checkin activated -ONLINE_CHECKIN = timezone.datetime(2024, 4, 29, 17, 00, tzinfo=timezone.pytz.timezone(TIME_ZONE)) +ONLINE_CHECKIN = timezone.datetime(2020, 5, 3, 17, 00, tzinfo=timezone.pytz.timezone(TIME_ZONE)) # (OPTIONAL) When to arrive at the hackathon HACKATHON_ARRIVE = ''