Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hackathon_site/hackathon_site/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@

# Registration settings
ACCOUNT_ACTIVATION_DAYS = 7
RSVP_DAYS = 4
RSVP_DAYS = 3

# Team requirements
MIN_MEMBERS = 2
Expand All @@ -350,7 +350,7 @@

# Note this is in the form (chat_room_name, chat_room_link)
# Chat room name is such as the following: Slack, Discord
CHAT_ROOM = ("Discord", "https://discord.gg/3K9YV7Tc")
CHAT_ROOM = ("Discord", "https://discord.gg/WkbFbbD4Vn")

# Enable/Disable certain Features
TEAMS = True
Expand Down
Loading