[BangPypers] combine Turbogears2 in Python Applications

Deepak Mishra xask.linus at gmail.com
Sun Mar 15 11:47:47 CET 2009


It depends on what you are trying to achieve.
Since turbogears is modular, if you only want access to the database in
another application, Shekhar rightly point out :
http://docs.turbogears.org/1.0/ModelOutsideTG.

In turbogears 2, Kevin Dangoor explains in a video that they are working to
make TG applications reusable. In TG2 you will be able to do this -

..
other app code
myfirstapp= MyFirstApp()
..

I think you should elaborate a bit on which components of turbogears you
need to resuse.

Regards,
Deepak Mishra

2009/3/12 Sibtey Mehdi <sibteym at infotechsw.com>

>  Hi
>
> I am trying to combine the *Turbogears* inside my python applications but
> couldn’t get the way.
>
> I have check the paste, paste deploy, tg2 and webob but no luck to proceed
> further.
>
> Is there anyone who can suggest me how to combine TG2 inside of Python
> apps?
>
>
>
>
>
> Thanks
>
> Sibtey Mehdi
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/bangpypers/attachments/20090315/949603eb/attachment.htm>


More information about the BangPypers mailing list