A polls app unlike the one in django docs whose answers are based on likert scale (agree/disagree out of five) and primarily developed for Team Voltran 2023, which competes in the First Lego League 2023-2024 challenge. For their innovative projects, they're going to survey people on the street and collect data on Feb 02, 2024. Good luck to them all!
Make sure you have python-poetry installed.
git clone https://github.com/DrShahinstein/self-django-polls.git
cd self-django-polls/
poetry install
manage.sh / manage.bat makemigrations
manage.sh / manage.bat migrate
manage.sh / manage.bat createsuperuser
manage.sh / manage.bat runserver