src/ldt/ldt/text/admin.py
author cavaliet
Thu, 24 May 2012 16:04:07 +0200
branchmaintenance_0.21
changeset 624 2252fb64f74e
parent 63 93325a5d61f0
permissions -rw-r--r--
update ldt for maintenance 00.21.2
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)