Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 274 Bytes

README.rst

File metadata and controls

17 lines (10 loc) · 274 Bytes

Guillotina Numpy

Adding a field that is stored as a numpy binary state

In order to configure:

applications:
- guillotina_numpy

Interface configuration:

class IFoobarType(Interface):
foobar = NumPyArrayField(
    required=False)