sephii / rank-me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

(optional) create a virtualenv with virtualenvwrapper:

mkvirtualenv rankme

Start by installing the requirements and copy the settings file:

pip install -r requirements.txt
cp rankme/settings/local.py.dist rankme/settings/local.py

Edit the DATABASE_SETTINGS to match your local setup.

Create the database:

./manage.py syncdb --all
./manage.py migrate --fake

Then run the development server:

./manage.py runserver

To run the tests:

./manage.py test game

Contribute

Any contribution welcome! Ideally use pull requests and make sure that the tests still pass (see above).

Backlog available on Trello.

About


Languages

Language:Python 100.0%