python-django-picklefield
Pickled object field for Django
Description
django-picklefield provides an implementation of a pickled object field for the Django framework. Such fields can contain any picklable objects. It is useful for storing just about anything in the database when there isn't a 'proper' field for the job. PickledObjectField is database-agnostic, and should work with any database backend you can throw at it. You can pass in any Python object and it will automatically be converted behind the scenes. You never have to manually pickle or unpickle anything.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/gintas/django-picklefield
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python-django-picklefield