Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.07 KB

index.rst

File metadata and controls

30 lines (23 loc) · 1.07 KB

Welcome to django-voting-app's documentation!

This is documentation for django-voting-app version 0.1.0.

django-voting-app is small django app tor organize votes.

Here is a quick recap of the functionalities :

  • Create votes, with a limited time (time of beginning and time of end)
  • Restrict votes to groups
  • Restrict the access to active members
  • Create as many questions and as many possible answers in a vote (no free choice allowed though)
  • Attach documents to a vote
  • Votes are anonymous, but it is possible to know who voted (this is required (we could find solution without) to ensure that someone doesn't vote twice)
  • Translate votes, questions and answers.
.. toctree::
  :maxdepth: 2
  :caption: Contents:

  installation
  configuration
  creating_votes
  voting_process_and_results