src/ldt/ldt/text/admin.py
author verrierj
Thu, 17 Nov 2011 11:09:49 +0100
changeset 243 3cff86180fbe
parent 63 93325a5d61f0
permissions -rw-r--r--
Replaced calls to objects by calls to safe_objects in views + xml can be changed on the fly to hide a content
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
03d02cf0bea7 Added text API, test Clients and Testcases
wakimd
parents:
diff changeset
     1
from django.contrib import admin
63
93325a5d61f0 organize format and import
ymh <ymh.work@gmail.com>
parents: 22
diff changeset
     2
from ldt.text.models import Annotation
22
03d02cf0bea7 Added text API, test Clients and Testcases
wakimd
parents:
diff changeset
     3
03d02cf0bea7 Added text API, test Clients and Testcases
wakimd
parents:
diff changeset
     4
admin.site.register(Annotation)