Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 636 Bytes

README.rst

File metadata and controls

28 lines (21 loc) · 636 Bytes

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