From 200433dc38a2139462e0331be36ee49a80a81a12 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 12 Oct 2012 15:05:29 -0700 Subject: [PATCH] mention dependencies, dbupdate, refer to docs http://issues.mediagoblin.org/ticket/470 --- mediagoblin.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mediagoblin.ini b/mediagoblin.ini index f10a452f..31877742 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -16,6 +16,8 @@ email_debug_mode = true allow_registration = true ## Uncomment this to turn on video or enable other media types +## You may have to install dependencies, and will have to run ./bin/dbupdate +## See http://docs.mediagoblin.org/siteadmin/media-types.html for details. # media_types = mediagoblin.media_types.image, mediagoblin.media_types.video ## Uncomment this to put some user-overriding templates here