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

from django.utils.text import force_text ImportError: cannot import name 'force_text' #777

Closed pydrogo closed 4 years ago

pydrogo commented 4 years ago

Hi, I'm new to the Django-shop. when I try to run django-shop cookiecutter I get this error: in django-shop/shop/models/fields.py from django.utils.text import force_text ImportError: cannot import name 'force_text' I found that force_text has imported from django.utils.encoding in other modules.

Django version: 2.2.6 Django-CMS version: 3.7.0 Django-Shop version 1.0.2

jrief commented 4 years ago

The current version of django-SHOP, only supports Django up to version 1.11. The next version, will add support up to Django-2.2. You can have a preview from https://github.com/awesto/django-shop/tree/releases/1.1.x I hope, I will be able to release version 1.1 at the beginning of November.

pydrogo commented 4 years ago

thank you @jrief :)