Skip to content

zms-publishing/Products.TemporaryFolder

Repository files navigation

https://travis-ci.org/zopefoundation/Products.TemporaryFolder.svg?branch=master https://coveralls.io/repos/github/zopefoundation/Products.TemporaryFolder/badge.svg?branch=master Current version on PyPI 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:

<zodb_db temporary>
    <temporarystorage>
      name Temporary database (for sessions)
    </temporarystorage>
    mount-point /temp_folder
    container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>