fixed some typos and enabled media_type plugins in tests

This commit is contained in:
Rodney Ewing
2013-07-02 07:54:38 -07:00
parent 2d9a452c3a
commit e699197258
4 changed files with 8 additions and 6 deletions

View File

@@ -12,8 +12,6 @@ tags_max_length = 50
# So we can start to test attachments:
allow_attachments = True
media_types = mediagoblin.media_types.image, mediagoblin.media_types.pdf
[storage:publicstore]
base_dir = %(here)s/user_dev/media/public
base_url = /mgoblin_media/
@@ -32,3 +30,5 @@ BROKER_HOST = "sqlite:///%(here)s/user_dev/kombu.db"
[[mediagoblin.plugins.httpapiauth]]
[[mediagoblin.plugins.piwigo]]
[[mediagoblin.plugins.basic_auth]]
[[mediagoblin.media_types.image]]
[[mediagoblin.media_types.pdf]]