https://github.com/zms-publishing/products.temporaryfolder
Zope temporary folder.
https://github.com/zms-publishing/products.temporaryfolder
Last synced: about 1 year ago
JSON representation
Zope temporary folder.
- Host: GitHub
- URL: https://github.com/zms-publishing/products.temporaryfolder
- Owner: zms-publishing
- License: other
- Created: 2020-03-10T17:12:03.000Z (about 6 years ago)
- Default Branch: zope4_compatibility_rewrite
- Last Pushed: 2020-03-10T17:12:30.000Z (about 6 years ago)
- Last Synced: 2025-02-17T05:15:31.578Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/zopefoundation/Products.TemporaryFolder.svg?branch=master
:target: https://travis-ci.org/zopefoundation/Products.TemporaryFolder
.. image:: https://coveralls.io/repos/github/zopefoundation/Products.TemporaryFolder/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/Products.TemporaryFolder?branch=master
.. image:: https://img.shields.io/pypi/v/Products.TemporaryFolder.svg
:target: https://pypi.org/project/Products.TemporaryFolder/
:alt: Current version on PyPI
.. image:: https://img.shields.io/pypi/pyversions/Products.TemporaryFolder.svg
:target: https://pypi.org/project/Products.TemporaryFolder/
:alt: Supported Python versions
Overview
========
Zope temporary storage / folder support.
This package contains ``Products.TemporaryFolder`` and
``Products.ZODBMountPoint``.
Please note
-----------
Don't forget to add or uncomment the temporary storage database definition
in your Zope configuration so a temporary folder can get created::
name Temporary database (for sessions)
mount-point /temp_folder
container-class Products.TemporaryFolder.TemporaryContainer