Thursday, March 24, 2016

Re: Mobile eCommerce with Django

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 a REST API. Does anyone have experience with using Django Shop like
> this?

Co-maintainer of django-shop here. The current django-shop codebase is still
pretty new (the old django-shop 0.2 code was more or less completely
redesigned and rewritten by Jacob Rief). Personally, I know of two
deployments in production right now, and two more likely going online within
a few weeks after Djangocon Europe. So far, I don't know of any "mobile
only" deployments, but that is definitely a use-case we do want to support.

I believe it should be possible to use django-shop as it is right now for
your use-case. Since django-shop itself does not define any concrete models,
you should be able to hook in the models of your choice, including any
relationships you chose to define. Should any part of django-shop's
functionality not be available via the REST API, we consider that a bug and
will fix it ASAP.

That said, honesty demands that I mention that you should be prepared to
handle a few rough edges here and there, since this is still basically a new
project. However, Jacob and me will gladly help out if you run into any
trouble, and we are usually quite quick in reacting to user feedback and
fixing bugs.

Oddly enough, just today, I started to work on some documentation that may
be interesting for your use-case. I hope to finish this documentation over
the course of this weekend. You can watch the progress on this branch:

https://github.com/rfleschenberg/django-shop/tree/manual-install-docs

At the moment, the particular file is:

https://github.com/rfleschenberg/django-shop/blob/manual-install-docs/docs/reference/manual-installation.rst

Feel free to contact me if you want to discuss things further. Good ways to
reach me are e-mail, #django-shop on Freenode or the Gitter room at
https://gitter.im/awesto/django-shop

Cheers,
--
René Fleschenberg

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3362751.OQKXStIzFO%40rex.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment