nowells / django-activitystreams

Reusable application for generating activity streams

This URL has Read+Write access

Nowell Strite (author)
Thu Aug 06 12:32:20 -0700 2009
README.rst

django-activitystreams - The Manual

Introduction

django-activitystreams is a web application.

Development

Ensure that you have the following programs installed globally:

subversion
git
mercurial
python2.5

Testing

In order to run the test suite you need to run the following command from the project root directory:

$ fab test

Documentation

In order to build the documentation you need to run the following command from the project root directory:

$ fab documentation