Code Monkey home page Code Monkey logo

slashroot / django-crowdsourcing Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 3 MB

Django-crowdsourcing is an MIT-licensed 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.

JavaScript 20.39% Python 79.61%

django-crowdsourcing's Introduction

====================
django-crowdsourcing
====================

Django-crowdsourcing is an MIT-licensed 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/Credits
~~~~~~~~~~~~~~~

Django-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.

.. _`django-survey`: http://code.google.com/p/django-survey/ 

Installation
~~~~~~~~~~~~

Prerequisites 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-crowdsourcing 

.. _`PIL`: http://pythonware.com/products/pil/
.. _`django-positions`: http://github.com/jpwatts/django-positions 
.. _`sorl-thumbnail`: http://code.google.com/p/sorl-thumbnail/
.. _`pip`: http://pip.openplans.org/
.. _`flickrapi`: http://stuvel.eu/projects/flickrapi

Running 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.6

Documentation
~~~~~~~~~~~~~

Extensive documentation is included, or can be read `online`_.

.. _`online`: http://packages.python.org/django-crowdsourcing/

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/
 

django-crowdsourcing's People

Contributors

dasmith2 avatar smulloni avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.