Friends app +
This optional app enables the participants to apply with their friends and then for the organizers to group their applications in order to invite all the friends.
- Apply with friends for all the roles of the hackathon (User required).
- Invite with a group by friends group that shows how many of them are already invited.
- Limitation of friends group configurable.
- Team closed when one of their team is invited.
- App: The whole app is optional and can be removed of
INSTALLED_APPS
onsettings.py
if it is not wanted. - Friends limits: You can set the limit of friends that the participants can add to their group.
Set the limit on
hackathon_variables.py
with the variableFRIENDS_MAX_CAPACITY
. Set this toNone
if you don't want any limit.
- Separate the friends groups by the role of the participants.