Personal tools
Skip to content. | Skip to navigation
the problem What directory should your app use for storing user data? If running on macOS, you should use:: /Library/Application Support/<AppName>If on Windows (at least English Win XP) that should be:: C:\Documents and Settings\<User>\Application Data\Local Settings\<AppAuthor>\<AppName>or possibly:: C:\Documents and Settings\<User>\Application Data\<AppAuthor>\<AppName>for roaming profiles <...
About Plone Plone is a mature, secure and user-friendly Content Management System (CMS).Plone - and the Open Source community behind it - aggregates more than 15 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed...
plone.alterego Now you see it, it now you don't!This package defines a dynamic module type that lets you create objects in the dynamic module on demand.Usage To use this package, you should: - Identify an appropriate parent module where the dynamic module will live. - Ensure that plone.alterego.dynamic.create() is called with this module and a dynamic module name. Typically, you'd do this in...
plone.api A simple API, built for humans wishing to develop with Plone.The intention is* to cover as much as possible the tasks carried out by a Plone developer * to provide clear API methods for Plone functionality which may be confusing or difficult to access, * keeping everything in one place, * staying introspectable and discoverable, important aspects of being Pythonic.