An open API service indexing awesome lists of open source software.

https://github.com/joshdata/django-annotator-store

A Django backend for okfn/annotator storage.
https://github.com/joshdata/django-annotator-store

Last synced: 10 months ago
JSON representation

A Django backend for okfn/annotator storage.

Awesome Lists containing this project

README

          

django-annotator-store
======================

A Django-based backend for OKF's Annotator (https://github.com/okfn/annotator).

The Annotator is a Javascript library from OKF which provides a nice UI for letting users annotate and tag arbitrary ranges in HTML content.

This project provides a Django app that is a storage backend for the Annotator.

To enable:

Add 'annotator' to your INSTALLED_APPS in settings.py.

Make sure your base.html is working. It should load jQuery >=1.7.2 and have a block called "head" in the