src/ldt/ldt/text/admin.py
author ymh <ymh.work@gmail.com>
Tue, 13 Nov 2012 17:38:43 +0100
changeset 943 70fba15d6076
parent 63 93325a5d61f0
permissions -rw-r--r--
Added tag V01.30 for changeset 19fb9bcc6bc5
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)