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

PsypherPunk/django-annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published