Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 468 Bytes

README.rst

File metadata and controls

30 lines (22 loc) · 468 Bytes

Prerequisites

Required by setup.py:

  • django-tagging (0.3pre)
  • Django 1.1+
  • PIL
  • python-dateutil
  • pytz
  • httplib2

Optional

  • GitPython (for Git support)
  • pysvn (for SVN support)
  • feedparser (for YouTube support)

Installation

You need to set up which providers you are going to use, e.g.

JELLYROLL_PROVIDERS = (
    'jellyroll.providers.delicious',
    'jellyroll.providers.flickr',
)