Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.22 KB

⭕ 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