Anyone have any recommendations for the easiest way to integrate Paypal functionality into a Flask app? I'd like to add some payment processing to my Flask/App Engine app but I'm not sure if I will run into Google Sandbox issues on App Engine.
Have you looked at GetPaid http://code.google.com/p/getpaid/ On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer <charlesfalconer@gmail.com> wrote: > > Anyone have any recommendations for the easiest way to integrate Paypal > functionality into a Flask app? > > I'd like to add some payment processing to my Flask/App Engine app but I'm > not sure if I will run into Google Sandbox issues on App Engine.
GetPaid requires Plone? So you're suggesting something like: Flask + Plone + GetPaid + App Engine? Thanks for the link but that looks complicated. On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>wrote: > Have you looked at GetPaid http://code.google.com/p/getpaid/ > > On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer > <charlesfalconer@gmail.com> wrote: > > > > Anyone have any recommendations for the easiest way to integrate Paypal > > functionality into a Flask app? > > > > I'd like to add some payment processing to my Flask/App Engine app but > I'm > > not sure if I will run into Google Sandbox issues on App Engine. >
It wouldn't be straight forward conversion. Currently there is no off-the-shelf components for flask yet. So you either have to create something yourself or convert something else. On Jun 22, 2010 4:58 PM, "Charles Falconer" <charlesfalconer@gmail.com> wrote: GetPaid requires Plone? So you're suggesting something like: Flask + Plone + GetPaid + App Engine? Thanks for the link but that looks complicated. On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com> wrote: > > Have you looke...
May be possible to adapt this : http://github.com/johnboxall/django-paypal but it does rely on Django's models and signals. On 22 June 2010 21:58, Charles Falconer <charlesfalconer@gmail.com> wrote: > GetPaid requires Plone? > > So you're suggesting something like: Flask + Plone + GetPaid + App Engine? > > Thanks for the link but that looks complicated. > > > On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>wrote: > >> Have you looked at GetPaid http://code.google.com/p/getpaid/ >> >> On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer >> <charlesfalconer@gmail.com> wrote: >> > >> > Anyone have any recommendations for the easiest way to integrate Paypal >> > functionality into a Flask app? >> > >> > I'd like to add some payment processing to my Flask/App Engine app but >> I'm >> > not sure if I will run into Google Sandbox issues on App Engine. >> > >
Yeah, that looks good for Django, thanks - but Django's models and signals don't work on App Engine - is that what you mean? On Tue, Jun 22, 2010 at 11:33 PM, JimG <j.gumbley@gmail.com> wrote: > May be possible to adapt this : http://github.com/johnboxall/django-paypal but > it does rely on Django's models and signals. > > > On 22 June 2010 21:58, Charles Falconer <charlesfalconer@gmail.com> wrote: > >> GetPaid requires Plone? >> >> So you're suggesting something like: Flask + Plone + GetPaid + App Engine? >> >> Thanks for the link but that looks complicated. >> >> >> On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>wrote: >> >>> Have you looked at GetPaid http://code.google.com/p/getpaid/ >>> >>> On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer >>> <charlesfalconer@gmail.com> wrote: >>> > >>> > Anyone have any recommendations for the easiest way to integrate Paypal >>> > functionality into a Flask app? >>> > >>> > I'd like to add some payment processing to my Flask/App Engine app but >>> I'm >>> > not sure if I will run into Google Sandbox issues on App Engine. >>> >> >> >