Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 894 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 894 Bytes

[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.