ay0000

Results 3 issues of ay0000

Hello all, I'm having an issue installing a fresh copy of Django-shop in a new pipenv environment in Pycharm. I'm following the [instructions on the Django-shop website](https://django-shop.readthedocs.io/en/latest/tutorial/intro.html) and the issue...

## What happened? I tried to install from the Cookiecutter using the instructions on the readthedocs and the install script fails. There are incompatible versions in the resolved dependencies: django>=3...

## What happened? Full text search throws: ``` NotFoundError at /en/search/ NotFoundError(404, 'IndexMissingException[[paintbypattern.en.products] missing]', 'IndexMissingException[[paintbypattern.en.products] missing]') ``` ./manage.py search_index --rebuild fails with a MapperParsingException, see full traceback below. I'm unsure...