fabiocerqueira / speakerfight

Speakerfight is an arena where the Speakers can fight each other and the people choose who wins.

Home Page:http://speakerfight.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speakerfight

Speakerfight is an arena where the Speakers can fight each other and the people choose who wins.

Code Health Github Issues Stories in Ready Build Status Coverage Status

============

Install and Run

$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ sudo pip install -r requirements.txt
$ python manage.py migrate # we have a fixture for the users...
$ python manage.py loaddata deck/fixtures/user.json
# username: admin, password: admin;
# username: user, password: user
$ python manage.py loaddata deck/fixtures/event.json
$ python manage.py loaddata deck/fixtures/proposal.json
$ python manage.py runserver
Validating models...

0 errors found
          ...
Django version 1.6.2, using settings 'settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

About

Speakerfight is an arena where the Speakers can fight each other and the people choose who wins.

http://speakerfight.com

License:MIT License


Languages

Language:Python 40.1%Language:CSS 30.8%Language:HTML 26.3%Language:JavaScript 2.7%