src/ldt/ldt/text/admin.py
author ymh <ymh.work@gmail.com>
Wed, 15 May 2013 10:05:17 +0200
changeset 1190 129d45eec68c
parent 63 93325a5d61f0
permissions -rw-r--r--
Clean warning and errors for Django 1.5
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)