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.
- Host: GitHub
- URL: https://github.com/joshdata/django-annotator-store
- Owner: JoshData
- License: unlicense
- Created: 2013-08-25T15:05:26.000Z (almost 13 years ago)
- Default Branch: primary
- Last Pushed: 2020-06-07T21:45:41.000Z (about 6 years ago)
- Last Synced: 2025-04-14T04:53:47.521Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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