nowells / django-activitystreams
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Nowell Strite (author)
Thu Aug 06 12:32:20 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AUTHORS | ||
| |
LICENSE | ||
| |
MANIFEST.in | ||
| |
README.rst | ||
| |
REQUIREMENTS | ||
| |
activitystreams/ | ||
| |
docs/ | ||
| |
examples/ | ||
| |
fabfile.py | ||
| |
setup.py |
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

