Chris Lamb

django-directed-edge

BlogProjectsAbout

View all my projects »

Helpful Django-oriented sugar around around DirectedEdge's Python API.


This project provides the easy integration for Django projects and the DirectedEdge recommendation API, providing an sugared instance-oriented interface over the regular string-based one as well as a management command to update the Directed Edge servers.

It can be used to quickly make "Users who liked X also liked Y" features.

You can install django-directed-edge from PyPI:

$ pip install django-directed-edge
… or by adding django-directed-edge to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-directed-edge

django-directed-edge is released under the MIT license.

View all my projects »