Skip to content

Django polls app where answers are based on likert scale and fundamentally prepared for a social activity operated by my mates from school

Notifications You must be signed in to change notification settings

DrShahinstein/self-django-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self Django-Polls

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!

Local installation

Make sure you have python-poetry installed.

  1. git clone https://github.com/DrShahinstein/self-django-polls.git
  2. cd self-django-polls/
  3. poetry install
  4. manage.sh / manage.bat makemigrations
  5. manage.sh / manage.bat migrate
  6. manage.sh / manage.bat createsuperuser
  7. manage.sh / manage.bat runserver

Preview

preview

results

Screenshots from the live survey out there in İzmir/Karşıyaka

About

Django polls app where answers are based on likert scale and fundamentally prepared for a social activity operated by my mates from school

Resources

Stars

Watchers

Forks