mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Missing import
This commit is contained in:
parent
fcd7f414c4
commit
a8bcb2edc6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user