3 Jan
2010
3 Jan
'10
4:26 p.m.
On Sun, Jan 3, 2010 at 9:20 PM, Andreas Jung <lists@zopyx.com> wrote:
How is this different from ZopeSkel?
Well, it's just yet another PasteScript project template. BlueBream provides a slightly different layout compared to "basic_zope" . Here are few features: 1. BlueBream project package includes ZTK + few additional packages which was part of "Zope 3". 2. Runnable Buildout 3. Functional testing enabled by default using z3c.testsetup 4. Use PasteDeploy 5. Create a namespace package by default. To use: $ easy_install bluebream $ paster create -t bluebream testproject $ cd testproject $ python bootstrap.py $ ./bin/buidout $ ./bin/test $ ./bin/paster serve debug.ini Regards, Baiju M