Re: E-commerce system in Python

2016-03-23 Thread Nicolas Évrard
* Arshpreet Singh [2016-03-18 05:25 +0100]: I am looking for an E-commerce system in python to sell things things online, which can also be responsive for Android and IOS. A quick Google search brought me http://getsaleor.com/ it uses Django, Is there any available one using Flask or newly

Re: E-commerce system in Python

2016-03-20 Thread Mark Lawrence
On 18/03/2016 04:25, Arshpreet Singh wrote: I am looking for an E-commerce system in python to sell things things online, which can also be responsive for Android and IOS. A quick Google search brought me http://getsaleor.com/ it uses Django, Is there any available one using Flask or newly

Re: E-commerce system in Python

2016-03-20 Thread Arshpreet Singh
On Friday, 18 March 2016 21:44:46 UTC+5:30, Chris Warrick wrote: > asyncio is, as you said, brand new -- probably nothing exists. > Why not use the existing Django solution though? What is your problem > with it? It's a great framework that does a lot of the hard work for > you. Flask is low-lev

E-commerce system in Python

2016-03-19 Thread Arshpreet Singh
I am looking for an E-commerce system in python to sell things things online, which can also be responsive for Android and IOS. A quick Google search brought me http://getsaleor.com/ it uses Django, Is there any available one using Flask or newly born asyncio based framework? -- https

Re: E-commerce system in Python

2016-03-18 Thread Chris Warrick
On 18 March 2016 at 05:25, Arshpreet Singh wrote: > I am looking for an E-commerce system in python to sell things things online, > which can also be responsive for Android and IOS. > > A quick Google search brought me http://getsaleor.com/ it uses Django, Is > there any avai