https://github.com/alisonmitchell/django-poll-app
A basic poll application with a public site to view and vote in polls, and an admin site to add, change and delete polls.
https://github.com/alisonmitchell/django-poll-app
django python
Last synced: 30 days ago
JSON representation
A basic poll application with a public site to view and vote in polls, and an admin site to add, change and delete polls.
- Host: GitHub
- URL: https://github.com/alisonmitchell/django-poll-app
- Owner: alisonmitchell
- Created: 2019-12-10T19:26:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T19:41:42.000Z (over 6 years ago)
- Last Synced: 2025-08-30T12:05:51.983Z (10 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 877 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Poll App
## Introduction
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-template-view architectural pattern and its primary goal is to ease the creation of complex, database-driven websites.
## Project description
A basic poll application consisting of two parts:
* a public site that lets people view polls and vote in them.
* an admin site that lets you add, change, and delete polls.
## Source
[Official tutorial](https://docs.djangoproject.com/en/2.1/intro/tutorial01/) for building a Django application.
## Requirements
* Python 3.7
* Django 2.1