[Grok-dev] Setting up a Grok app instance via buildout...

Noe Nieto nnieto at noenieto.com
Wed Jun 13 22:56:42 UTC 2012


Maybe with a script in python executed by bin/interactive_debugger:

from grok.util import create_application
from yourapp.app import YourApp
create_application(YourApp, root, 'my_appname')

The grok admin ui uses the create_application function to create one when
you click on the "add" button.

---
Noe


2012/6/13 Jeffrey Peterson <bgpete at gmail.com>

> Is there any way to do this?
>
> Essentially I want to replicate setting up the instance in the Grok Admin
> UI using buildout.
>
> TIA.
>
> Regards,
>
>  Jeffrey Peterson
> bgpete3 at gmail.com
>
>
>
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> https://mail.zope.org/mailman/listinfo/grok-dev
>
>


-- 
---
Noe Nieto
NNieto Consulting Services
M: nnieto at noenieto.com
W: http://noenieto.com
T:  @tzicatl <https://twitter.com/#%21/tzicatl>
Li: Perfil en LinkedIn <http://www.linkedin.com/profile/view?id=84300665>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.zope.org/pipermail/grok-dev/attachments/20120613/469e1cdb/attachment.html>


More information about the Grok-dev mailing list