Commit 34480589 by adamtorok

new arguments added to upload_file method in image manager

parent 2f748712
...@@ -2,7 +2,7 @@ class ImageManager: ...@@ -2,7 +2,7 @@ class ImageManager:
def __init__(self) -> None: def __init__(self) -> None:
super().__init__() super().__init__()
def upload_file(self, path): def upload_file(self, name, path, format):
raise NotImplementedError raise NotImplementedError
def delete(self, id): def delete(self, id):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment