fixed some typos and enabled media_type plugins in tests
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user