PsypherPunk / django-annotations

Django implementation of `annotatorjs` Storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED]

This repo. has been deprecated and moved to a standalone Django app: django-annotator.

django-annotations

Django implementation of annotatorjs Storage.

Implements most of the methods as per the Core Storage API documentation (root, index, create, read, update, delete and search).

To see a working demo:

virtualenv annotatorjs
cd annotatorjs
source bin/activate
git clone https://github.com/PsypherPunk/django-annotations.git
cd django-annotations
pip install -r requirements/base.txt
./manage.py migrate
./manage.py runserver

A demo. page will then be available at /demo.

About

Django implementation of `annotatorjs` Storage.

License:Apache License 2.0


Languages

Language:Python 74.4%Language:HTML 25.6%