Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 730 Bytes

README.rst

File metadata and controls

26 lines (19 loc) · 730 Bytes

treeio-achievements

treeio-achievements is a module for Tree.io (http://tree.io) that allows you to distribute Achievements among the users. It is completely integrated and even comes with a widget to dispay the last three Achievements that were given out.

Installation

Sadly, the installation is pretty complex. This assumes you already have Tree.io running.

  1. run pip install treeio-achievements
  2. add achievements to your INSTALLED_APPS
  3. add the following line to your urls.py:
    (r'^achievements/', include('achievements.urls')),
  4. run python manage.py migrate achievements

And that should do the trick.

Have fun!

Author: Pascal Mouret