Speakerfight is an arena where speakers can fight against each other and people choose who wins.
============
$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ pip install -r requirements.txt
$ make setup # we have a fixture for the users...
# username: admin, password: admin;
# username: user, password: user
$ python manage.py runserver
Dependecies
$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup # we have a fixture for the users...
# username: admin, password: admin;
# username: user, password: user
$ docker-compose up