Fixing normal submission of media (well for images anyway)
[mediagoblin.git] / mediagoblin.ini
index 043e7312122d3a8c92a9c4efdf2ded2e6b90fd19..30dacadf3ec30d3b966d4918691a634ae816cac9 100644 (file)
@@ -20,11 +20,6 @@ email_debug_mode = true
 # Set to false to disable registrations
 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/gmg 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
 # local_templates = %(here)s/user_dev/templates/
 
@@ -49,3 +44,4 @@ base_url = /mgoblin_media/
 [plugins]
 [[mediagoblin.plugins.geolocation]]
 [[mediagoblin.plugins.basic_auth]]
+[[mediagoblin.media_types.image]]