django-crowdsourcing

Django app for collecting and displaying surveys
Download

django-crowdsourcing Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Jacob Smullyan and Dave Smith
  • Publisher web site:
  • http://code.google.com/u/jsmullyan/

django-crowdsourcing Tags


django-crowdsourcing Description

Django app for collecting and displaying surveys django-crowdsourcing is a survey and report tool for journalists, supporting many types of survey questions and a wide variety of reporting options. A reusable Django application, it is designed to be installed easily in any Django site, including multi-site installations. Its surveys are entirely configured within the admin interface that ships with Django.While the primary focus of development is support for crowdsourcing projects, the survey tool is general purpose and can be used for a variety of applications. It is easy enough to handle simple polls with pie charts, yet powerful enough to handle complicated surveys with rich multimedia responses plotted on a map with custom icons.History/CreditsDjango-crowdsourcing began life as a fork of Doug Napoleone's django-survey. Jacob Smullyan and James Richards started the project; Dave Smith wrote most of the 1.x version.InstallationPrerequisites are: * Django itself, of course -- 1.1 or better. * PIL * django-positions * sorl-thumbnail * flickrapi (optional)Django-crowdsourcing itself can be installed with pip:# probably in a virtualenv ...pip install django-crowdsourcingRunning The Example App 1. $ easy_install pip 2. $ pip install -r crowdsourcing_requirements.txt 3. $ pip install -r example_app/example_app_requirements.txt 4. By default the example app will use a sqlite db; if if you want to change that, modify example_app/local_settings.py accordingly. 5. $ cd example_app 6. $ ./manage.py syncdb 7. $ ./manage.py runserver 8. Add some surveys in /admin/Notes 1. Should work under Django 1.1 and 1.2 2. Only tested on Python 2.6DocumentationExtensive documentation is included, or can be read online.Other Resources * Python Cheeseshop page: http://pypi.python.org/pypi/django-crowdsourcing * Source code repository and ticket tracker: http://code.google.com/p/django-crowdsourcing/ * Discussion group: http://groups.google.com/group/django-crowdsourcing/ Requirements: · Python · Django


django-crowdsourcing Related Software