Sidebar Network

django-survey A simple, extensible survey application for Django sites.

The Basics

Create simple surveys with public or private results in seconds. Question types can be added externally, and the system is extensible.

The current native answer types are:

  • Text Input
  • Text Area
  • Select One Choice
  • Radio List
  • Radio Image List

More will be coming shortly.

Project Homehttp://code.google.com/p/django-survey/
Grab the Repository – svn checkout http://django-survey.googlecode.com/svn/trunk/
 

Recent Commits

  • 88 was committed 3 weeks, 6 days ago.
    Start to use the inner class MEDIA for the custom widget. This will help to decouple the rendering of the form from the template
  • 87 was committed 3 weeks, 6 days ago.
    Remove the modification that were commited by mistake in my previous commit
  • 86 was committed 3 weeks, 6 days ago.
    Fixed #21: Thanks to ‘cfkarsten’
  • 84 was committed 4 weeks ago.
    Fix #19 : Thanks to ‘cfkarsten’
  • 83 was committed 4 weeks ago.
    Fix #20. thanks to ‘cfkarsten’
  • 81 was committed 4 weeks, 1 day ago.
    Upgrade django-survey to work against django 1.0 alpha. The modifications are a comming from the branch called newforms-admin developped by ‘peschler’.
  • 80 was committed 1 month ago.
    Fixe #18 : Thank you to cfkarsten for both pointing the problem + the solution.
  • 68 was committed 2 months ago.
    Oups I missed a file in my last commit.
  • 67 was committed 2 months ago.
    Fix #13, I have added a page a make a brief description of django-survey. I have also move the login management to the examples application rather than in surveys.
  • 65 was committed 2 months ago.
    Update 2 templates with fixes to solve an issue in the arguments used by the templatetag {% url %}.