Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

agoravoting/agora-ciudadana

Repository files navigation

NOTICE: This project is no longer actively maintained. AgoraVoting develpoment continues as a modular project http://github.com/agoravoting

Introduction

Build Status

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

Installation instructions

The INSTALL.md file contains the detailed installation instructions

Test 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