Jacob Rief

Results 514 comments of Jacob Rief

> Where I can see USE_THOUSAND_SEPARATOR implementation? This is part of Django itself, but currently it is not supported by django-SHOP.

It should be possible to create a customized OrderWorkflowMixin, which allows your customer to change the payment method after having placed an order. Methods in this mixin class then are...

@rspeed Adding DRF to django-SHOP was one of the best decisions I ever made. It makes it much more flexible, than most of it's competitors. Therefore I have no intention...

@racitup I've just added a Wiki page which can be used as a starting point for a better documentation. Btw. are you a native English speaker?

@racitup today I started to refactor the documentation a little bit. Could you please send me your email address, so that I can get in touch with you directly?

I totally agree, that AngularJS should be removed as a dependency. In theory that would be possible right now, if we remove all dynamic loading, ie. rendering plain HTML templates...

For naming, I recommend the convention used by django-CMS for third party modules: `djangoshop-.....`. Therefore my payment providers are named `djangoshop-paypal`, `djangoshop-stripe` and `djangoshop-shipcloud`. BTW, what is your preferred frontend...

Sure we plan to support Python-3.6, however first we need to support Django-1.11 Feel free to test with Python-3.6 and if applicable, create a pull request.

Since django-CMS finally runs with Django-1.11, django-SHOP soon will follow. I then will recheck for Python-3.6 support.

Ah, I see that finally django-cms 3.4.5 has been released recently. I'm currently finalizing django-shop-0.12, available on this branch: https://github.com/awesto/django-shop/tree/refactor-forms-set However, there I changed the underlying django-angular to version 2.0,...