Skip to content

nescode/pollcorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Poll Application (Development)

This poll application is build upon famous Django official documentation. It consist of two part:

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

This poll app is going to be a part of Cornstack project.

How to setup

Create a virtualenv in your system and clone this repositories

git clone https://github.com/nescode/pollcorn.git
cd pollcorn
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser

Browse your localhost with 8000 port. Polls application accessible at

http://127.0.0.1:8000/polls

About

Simple poll application in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published