Skip to content

Commit

Permalink
Update __init__.py (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer authored Oct 22, 2023
1 parent b7ecbd3 commit d4c7cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hackathon_site/hackathon_site/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
EVENT_START_DATE = datetime(2023, 10, 10, 10, 0, 0, tzinfo=TZ_INFO)
EVENT_END_DATE = datetime(2023, 10, 11, 17, 0, 0, tzinfo=TZ_INFO)
HARDWARE_SIGN_OUT_START_DATE = datetime(2020, 9, 1, tzinfo=TZ_INFO)
HARDWARE_SIGN_OUT_END_DATE = datetime(2023, 9, 30, tzinfo=TZ_INFO)
HARDWARE_SIGN_OUT_END_DATE = datetime(2024, 9, 30, tzinfo=TZ_INFO)

# Registration user requirements
MINIMUM_AGE = 14
Expand Down

0 comments on commit d4c7cd5

Please sign in to comment.