The code for https://www.polledyouso.com, a Django web app that intends to allow users to ask localized polls, and see the data associated with each poll.
Make sure you have Django and Postgresql installed on your local machine.
git clone https://github.com/breezykermo/polledyouso && cd polledyouso
Edit the DATABASES object in pys/settings.py
, and run your Postgresql server.
python manage.py syncdb
python manage.py runserver
Developed by Lachlan Kermode, Jesse Goodman, Casey Kolb and Terrence Kuo for COS 333 at Princeton University, in 2015.