Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Paster templates for dexterity

Project description

Installation

Add these lines into buildout:

[buildout]
parts =
   paster

[paster]
eggs = zc.recipe.egg
eggs =
   ZopeSkel
   PasteScript
   PasteDeploy
   collective.dexteritypaste
   ${buildout:eggs}
entry-points = paster=paste.script.command:run

And run the buildout

Usage

Creating a dexterity product:

/path/to/paster create -t dexterity

Adding a contenttype skeleton:

cd /path/to/product/root
/path/to/paster addcontent dexterity_content

Adding a behavior skeleton:

cd /path/to/product/root
/path/to/paster addcontent dexterity_behavior

Adding a view:

cd /path/to/product/root
/path/to/paster addcontent dexterity_view

Changelog

1.0a1dev (unreleased)

  • Initial release

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page