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

https://github.com/andeemarks/pypoll

Django tutorial application documented at https://docs.djangoproject.com/en/1.4/intro/
https://github.com/andeemarks/pypoll

Last synced: 3 months ago
JSON representation

Django tutorial application documented at https://docs.djangoproject.com/en/1.4/intro/

Awesome Lists containing this project

README

          

pypoll
======

Django tutorial application documented at https://docs.djangoproject.com/en/1.4/intro/ using SQLite3 database.

getting started
---------------

Assumes you have a running Python/Django environment (tested on Python 2.7.1/Django 1.4)...

1. Clone repo: `git clone git://github.com/andeemarks/pypoll.git`

1. Start webserver: `python manage.py runserver`

1. Browse to application: `http://localhost:8000/polls` or to admin site `http://localhost:8000/admin` (authenticate with `pypoll/pypoll`)