This commit is contained in:
Mike Linksvayer 2012-10-12 14:03:40 -07:00
parent a817fb76b1
commit bc34b471d5

View File

@ -43,6 +43,11 @@ video media types, then the list would look like this::
media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
After adding new media types to ``mediagoblin_local.ini``, you need to run::
./bin/gmg dbupdate
How does MediaGoblin decide which media type to use for a file?
===============================================================