An open API service indexing awesome lists of open source software.

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.

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