Skip to content

pascalmouret/treeio-achievements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Achievement-System for tree.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages