Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 501 Bytes

django-polls

A place for creating polls made in Django

Motivation

Building over the official django tutorial, I added the following functionalities :

  • User registration and login system
  • Poll creation facility for users
  • One user can vote only once for a question
  • Users can upload/change their profile picture
  • Posted questions appear along with who posted them

Try it out

DJANGO-POLLS