subtitles should annotations part 1

This commit is contained in:
j 2011-06-01 13:03:07 +02:00
commit f4e0aa7cf6
3 changed files with 19 additions and 3 deletions

View file

@ -19,7 +19,7 @@ import chardet
from item import utils
from item.models import Item
from person.models import get_name_sort
from annotation.models import Annotation, Layer
class File(models.Model):
created = models.DateTimeField(auto_now_add=True)