- Authors:
- Ben Carrillo <[email protected]> Julia Anaya <[email protected]>
This package is still in early alpha! The database models are likely to change for the next few releases, and the api is still subject to changes. By the moment I won't bother in using south for schema migrations, so assume things still will break for some time. You've been warned! :P
A reusable django app that turns any django-powered site into a WebID provider.
You can use either the github bug tracker or the official tracker at Quinode's redmine. Patches by mail or pull requests are also welcome :)
Use fabric magic:
fab init fab test fab clean
You can either:
pip install django-webid-provider
or:
git clone git://github.com/bennomadic/django-webid-provider.git python setup.py install
Note that fabric will initialize a clean virtualenv with all the deps for you. From the root folder of the distribution:
pip install fabric fab init