Skip to content

raajtilaksarma/django-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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