Planning to develop an e-commerce application.
Please express your honest opinions regarding developing it in +TurboGears  
What are the challenges I need to overcome and how much time (approx) it 
will take to complete if we are using TG ?
What is the current status of this stroller?
Do any web sites using this now?

On Saturday, March 19, 2011 8:11:07 PM UTC+5:30, Alessandro Molina wrote:
>
> On Sat, Mar 19, 2011 at 3:23 PM, Alessandro Molina
> <[email protected] <javascript:>> wrote:
> > I have one that I'm going to release in a few days. It supports
> > payment by using paypal.
>
> In the meanwhile you can fetch it from here:
>   hg clone http://repo.axant.it/hg/stroller
>
> You might find some bugs as it has not been tested on production and
> it is a spare time project.
> It is implemented as a library, to make it work inside your
> application you must add:
>
> INSIDE MODEL.PY
>         from stroller.model import init_stroller_model
>         Product, ProductInfo, Category, Order, OrderItem =
> init_stroller_model(DBSession, DeclarativeBase)
>
> INSIDE HELPERS.PY
>         from stroller.helpers import stroller_url, icons, category_icon
>
> INSIDE WEBSETUP.PY
>             from stroller.model import setup_stroller_database
>             from stroller.model import init_stroller_model
>
>             init_stroller_model(DBSession, DeclarativeBase)
>             setup_stroller_database(DBSession, DeclarativeBase, User, 
> Group)
>
> INSIDE ROOT.PY
>         from stroller.controllers.ecommerce import StrollerController
> **inside the rootcontroller**
>         shop = StrollerController()
>
> you should then be able to access it from the /shop url of your
> application. I'm sorry for the lack of documentation but as I said it
> has been developed in a weekend rush and still pending some love
> before a stable release :D
>
> If you have any problem let me know
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/turbogears/-/qgvGmbSNrTMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to