NOTICE: This project is no longer actively maintained. AgoraVoting develpoment continues as a modular project http://github.com/agoravoting
- http://github.com/agoravoting/agora-core-view
- http://github.com/agoravoting/authapi
- http://github.com/agoravoting/agora_elections
- http://github.com/agoravoting/agora-results
- http://github.com/agoravoting/agora-tally
- http://github.com/agoravoting/election-orchestra
Agora Ciudadana is a social web site where anyone can create or join in an agora. An agora has a set of members which can vote in the agora's elections either by direct vote or by delegating the vote.
You can see a live version of Agora here: https://agoravoting.com
The source code is available here: https://github.com/agoravoting/agora-ciudadana
You can have a glance at the development in our trello board: https://trello.com/b/8wA7JRIi/agora-voting
Contact us in our developement mailing list: https://groups.google.com/group/agora-voting
You can read the REST API Documentation in read the docs: https://agora-ciudadana.readthedocs.org
The INSTALL.md file contains the detailed installation instructions
To test the aplication you can use default django test system:
$ ./runtests.sh
Or if you want to test only one test you can call:
$ python manage.py test agora_core.AgoraTest.test_agora --settings=agora_site.test_settings