Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.67 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.67 KB

speakerfight

Join the chat at https://gitter.im/luanfonceca/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 [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ 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 loaddata deck/fixtures/socialapp.json
$ python manage.py runserver