The site administrator for an event can choose to hand out event participation spots to raffle entries by setting their status to ‘won’. This can be done manually, for example in the case of giving out spots to sponsors, or automatically and randomly through the admin interface.
The site administrator can manually have people win by:
/admin
)The site administrator can randomly raffle spots to raffle entries by:
/admin
)In the codebase, most of this logic is found in the admin.py
file