awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.18k stars 1.04k forks source link

django 2.x #740

Open AdieOlami opened 6 years ago

AdieOlami commented 6 years ago

Would there be any update for django 2.0?

jrief commented 6 years ago

together with Django-CMS-3.5 it already supports Django-2.0. I unfortunately had no time to build a new release of djangocms-cascade and djangocms-bootstrap3, which are required for it.

jrief commented 5 years ago

According to django-CMS's-3.5 setup.py, Django-2.0 is not supported yet. Therefore django-SHOP still sticks with it. I'm sorry, this is not my fault.

rogererens commented 5 years ago

django-CMS-3.6 now has full Django-2.x support

jrief commented 5 years ago

I'm currently finishing release 1.0. You can have a look at this branch: https://github.com/awesto/django-shop/tree/drafts/py.test This is a major improvement over existing versions, with support for Bootstrap-4, py.test, django-CMS-3.5, and many more features. There I will also replace the examples folder with a merchant implementation buildable through cookiecutter.

Feel free to play with it. A compatible merchant implementation is here: https://github.com/jrief/my-shop . I will adopt the cookiecutter template in the next days.