A coffee ordering app made using Django
- Remebers customers that have visited before
- Lets users select and order coffee
- Customised admin site for the shopkeeper, shopkeeper can change the menu without having to look at any code
- Sends email of the order summary
- Stores the history of every transaction
- Django 3.0.1
- SqLite 3
- SendGrid
- https://stackoverflow.com/questions/19299344/how-to-know-whether-a-checkbox-was-selected-in-python-django
- https://stackoverflow.com/questions/16800375/how-can-set-two-primary-key-fields-for-my-models-in-django
- https://stackoverflow.com/questions/1387727/checking-for-empty-queryset-in-django
- https://stackoverflow.com/questions/40216311/reading-in-environment-variables-from-an-environment-file
- https://sendgrid.com/docs/for-developers/sending-email/django/