[Grok-dev] LoginDemo and PlainLoginDemo
Sebastian Ware
sebastian at urbantalk.se
Tue Jan 15 09:54:43 EST 2008
After you have updated dependencies in your application, you are
supposed to run (this is also done the first time by grokproject
unless you explicitly tell it not to):
bin/buildout
and that should take care of everything. Dependencies are configured
in [setup.py] (where you also can pin down versions)
install_requires=['setuptools',
'grok',
'zc.catalog==1.1.1',
'hurry.query',
'hurry.workflow',
# Add extra requirements here
],
That's about it.
Mvh Sebastian
15 jan 2008 kl. 15.44 skrev Luciano Ramalho:
> On Jan 15, 2008 12:29 PM, Sebastian Ware <sebastian at urbantalk.se>
> wrote:
>> I meant removed from the Grok configuration process. It is till there
>> in your application.
>
> Oh, yes? I didn't know about this... How is the buildout script
> generated these days? If you can point me to a thread or doc, I'll
> appreciate, Sebastian.
>
> Cheers,
>
> Luciano
More information about the Grok-dev
mailing list