Home > django-activitystreams

django-activitystreams

Django-activitystreams is a project mainly written in Python, based on the MIT license.

Reusable application for generating activity streams

############################################## 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

Previous:python-pingdom