[Grok-dev] Re: The Mammoth-Herd Example
Sebastian Ware
sebastian at urbantalk.se
Fri Sep 7 08:33:45 EDT 2007
In any event I would recommend that you take a look at the example
applications Grokstar and Kirbi. The former implements a simple
workflow (that I found very useful!) and the latter shows how to
handle users.
Note, Grokstar is just "half" an application, whereas Kirbi is a
complete application.
** GROKSTAR **
svn co svn://svn.zope.org/repos/main/Grokstar/trunk Grokstar
Then to install Grokstar, Grok and Zope 3:
$ python bootstrap.py
$ bin/buildout
** KIRBI **
svn co svn://svn.zope.org/repos/main/Sandbox/luciano/kirbi kirbi
Mvh Sebastian
7 sep 2007 kl. 14.20 skrev Andy Adiwidjaja:
> Hi,
>
> On Sep 7, 12:32 pm, Jan Ulrich Hasecke <janulrich.hase... at web.de>
> wrote:
>> Am 07.09.2007 um 12:25 schrieb Andy Adiwidjaja:
>>
>>> The solution was to rename the main herd.py to app.py. I think
>>> the use
>>> of differing names for the main application module is currently
>>> broken
>>> in grok.
>>
>> No, I recently split up app.py into three modules.
>>
>> In your case the templates perhaps were in the directory
>> app_template. But they have to be in $NAME_OF_MODULE_template, so eg.
>> herd_templates if the module is named herd.py.
>
> No, I checked it more than twice :-) and the "empty example" in my
> last mail doesn't work either.
>
> Andy
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> http://mail.zope.org/mailman/listinfo/grok-dev
More information about the Grok-dev
mailing list