Bookmark and Share
Document Actions

Building a Plone Product the Easy Way

Up one level
(this chapter will be soon available)

(this chapter will be soon available)

by Dario Pollino last modified 2009-04-03 13:08
Contributors: Maurizio Delmonte, Davide Moro, Alice Narduzzo, Fabrizio Reale, Enrico Barra, Andrea Cannizzaro, Andrea D'Este, Maurizio Lupo, Giuseppe Masili, Matteo Sorba.

paster addcontentt contentype

Posted by Clifford King at 2009-10-09 09:28
After running this command, I did not have a interface.py file, but instead an interfaces directory with an __init__.py file with the line:
from regionalnews import IRegionalNews
an a file regionalnews.py with several imports and a line:
class IRegionalNews(Interface):


re: paster addcontentt contentype

Posted by Davide Moro at 2009-10-09 09:30
Hi,
it depends on the ZopeSkel version, when the book was written the version in use was an older one.

davide