On Fri, Feb 5, 2010 at 6:06 PM, Ilshad Khabibullin <[email protected]> wrote: > Good day, colleagues. > > I think need: > > 1) File configure.zcml should be not in /etc directory but just in the > project. > 2) Sample related files contain into one directory (to have quick remove). > 3) /tests directory for all testing related files. > 4) Remove application.zcml file. > > So, a fresh project structure: > > __init__.py > configure.zcml (here directives from /etc + <inlude package="example" />) > debug.py > startup.py > > tests/ > tests/__init__.py > tests/configure.zcml > tests/tests.py > tests/ftesting.zcml > tests/ftests.txt (instead of README.txt) > > sample/ > sample/__init__.py > sample/configure.zcml > sample/app.py (or sample.py) > sample/views.py (or browser.py) > sample/interfaces.py > > 5) And another question: I am concerned about the inability to do the > project without nested namespaces. I have to fix manually after creating > the project. Can we do fix this using paster functionality? > > What do you think?
I think we can create a new template named "bluebream_simple" and distribute in the same package. Anyone volunteer to do it ? Regards, Baiju M _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
