Revert "Replace hardcoded URL by variable for the same."
This reverts commit e0e02e98bcd4664b1c0a57e422ea4c0e5b6ba059. There is absolutely no need for this.
This commit is contained in:
parent
7b2f3d2a9e
commit
14103077e9
@ -28,7 +28,7 @@ ACCEPTED_EXTENSIONS = ["jpg", "jpeg", "png", "gif", "tiff"]
|
||||
MEDIA_TYPE = 'mediagoblin.media_types.image'
|
||||
|
||||
def setup_plugin():
|
||||
config = pluginapi.get_config(MEDIA_TYPE)
|
||||
config = pluginapi.get_config('mediagoblin.media_types.image')
|
||||
|
||||
class ImageMediaManager(MediaManagerBase):
|
||||
human_readable = "Image"
|
||||
|
Loading…
x
Reference in New Issue
Block a user