Skip to content

Poll application using Django framework. With additional options of changing password, adding questions directly from admin page, adding multiple choices for questions, adding published date for the questions.

Notifications You must be signed in to change notification settings

ColonelAVP/Poll-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭕ Poll app using Django

▶️ Introduction

This project walks you through creating a basic poll application. It’s got two parts:

  • A public site that lets people view polls and vote in them.
  • An administrative interface that lets you add, change and delete polls.

Installation Guide: pip install django

Note

Django takes care of much of the hassle of web development, 
so you can focus on writing your app without needing to reinvent the wheel.

▶️ Reference

▶️ Screenshots

admin-page alt tag

questions alt tag

choices alt tag

change-password alt tag

web-page alt tag

About

Poll application using Django framework. With additional options of changing password, adding questions directly from admin page, adding multiple choices for questions, adding published date for the questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published