Initial version of the GridFS storage driver
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import tempfile
|
||||
|
||||
from common.conf import settings as common_settings
|
||||
|
||||
TEMPORARY_DIRECTORY = common_settings.TEMPORARY_DIRECTORY if common_settings.TEMPORARY_DIRECTORY else tempfile.mkdtemp()
|
||||
|
||||
Reference in New Issue
Block a user