forked from plone/plone.namedfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
27 lines (19 loc) · 806 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Introduction
============
This package contains fields and wrapper objects for storing:
* A file with a filename
* An image with a filename
BLOB based types are supported if the z3c.blobfile package is installed.
This will also require the ZODB3 package to be at version 3.8.1 or later,
and BLOBs to be configured in zope.conf.
One way to make sure that z3c.blobfile is installed is to depend on the
[blobs] extra to this package, e.g.::
install_requires = [
...
'plone.namedfile[blobs]',
]
plone.supermodel handlers are registered if plone.supermodel is installed.
The [supermodel] extra will ensure this.
See the usage.txt doctest for more details.
Note: This packages is licensed under a BSD license. Contributors, please do
not add dependencies on GPL code.