Re: Mobile eCommerce with Django

2016-03-25 Thread René Fleschenberg
Hey Jordan, On Wednesday 23 March 2016 17:03:59 Jordan Koncz wrote: > I'm now looking at the option of Django Shop, which [according to the > documentation](http://django-shop.readthedocs.org/en/latest/reference/seri > alizers.html) seems like it would support using all of its functionality > via

Re: Mobile eCommerce with Django

2016-03-24 Thread m1chael
You might be able to tailor Saleor to fit your needs. https://github.com/mirumee/saleor On Wed, Mar 23, 2016 at 8:03 PM, Jordan Koncz wrote: > I'm working on a Django back-end that provides an API (using Django REST > Framework) for a mobile app. I'm looking to add eCommerce functionality to

Mobile eCommerce with Django

2016-03-23 Thread Jordan Koncz
I'm working on a Django back-end that provides an API (using Django REST Framework) for a mobile app. I'm looking to add eCommerce functionality to this back-end, with all of this functionality being used by the mobile app via the API. The eCommerce functionality needed is the usual standard st