This is a Django app for RSVP
- virtualenv myEnv
- source ./myEnv/bin/activate
- pip install -r requirement.txt
- python3 manage.py runserver
Demo video: res_imgs/demo.mov
or here
Adding new entry generates a hash string and a QR code which is sent to the Guest, so guest can visit a unique link and update how many members from his/her family will attend the event.
Hash string is used so that no one can change other persons data without unique link or QR code.