Merge remote branch 'origin/master' into dev
This commit is contained in:
commit
48fd6c1344
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ it is useful to have a Django file storage backend that wraps this. The new
|
|||
storage module is called :class:`~mongoengine.django.GridFSStorage`. Using it
|
||||
is very similar to using the default FileSystemStorage.::
|
||||
|
||||
fs = mongoengine.django.GridFSStorage()
|
||||
fs = mongoengine.django.storage.GridFSStorage()
|
||||
|
||||
filename = fs.save('hello.txt', 'Hello, World!')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue