]> git.parisson.com Git - telemeta.git/commitdiff
add ELAN .eaf mimetype
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 10 Feb 2015 10:04:33 +0000 (11:04 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 10 Feb 2015 10:04:33 +0000 (11:04 +0100)
telemeta/models/core.py

index 7500bf42aaca2f4230db722d6eaf41294f2fb571..9767aa56d17f84663afd6df8bf813ae3ab2ee532 100644 (file)
@@ -64,6 +64,7 @@ PUBLIC_ACCESS_CHOICES = (('none', _('none')), ('metadata', _('metadata')),
                          ('mixed', _('mixed')), ('full', _('full')))
 
 mimetypes.add_type('video/webm','.webm')
+mimetypes.add_type("text/xml", ".eaf")
 
 app_name = 'telemeta'