Missing import

parent fcd7f414
...@@ -6,6 +6,7 @@ from djangorestframework.response import Response, status ...@@ -6,6 +6,7 @@ from djangorestframework.response import Response, status
import pickle import pickle
import os import os
import uuid import uuid
import operator
OBJECT_STORE_DIR = os.path.join(settings.MEDIA_ROOT, 'objectstore') OBJECT_STORE_DIR = os.path.join(settings.MEDIA_ROOT, 'objectstore')
MAX_FILES = 20 MAX_FILES = 20
......
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 to comment