Skip to content

a reusable django app that turns any django-powered site into a WebID provider

License

Notifications You must be signed in to change notification settings

bennomadic/django-webid-provider

Repository files navigation

WebID Provider Django App

Authors:
Ben Carrillo <bennomadic@gmail.com> Julia Anaya <julia.anaya@gmail.com>

Warning!

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

Introduction

A reusable django app that turns any django-powered site into a WebID provider.

Issues / contributing

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 :)

Testing

Use fabric magic:

fab init
fab test
fab clean

Installation

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

About

a reusable django app that turns any django-powered site into a WebID provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published