Jacob Rief
Jacob Rief
Today as of 20200517T0700 UTC I installed django-shop from scratch, using the cookiecutter template and following the given instructions. In my setup everything worked fine. If you still encounter problems,...
This depends on how your current django-CMS is configured. If you add the django-SHOP specific configurations to your `settings.py`, then by invoking the management commands `./manage.py shop [check-pages|review-settings]` you can...
@pupattan The `Pipfile` as provided by the cookiecutter template referrs to the external dependency `djangocms-cascade`. So if that's missing, try to reinstall it. @remoover When reporting bugs, please do so...
@vivazzi it would be great, if you could create a pull request which adds all the Transiflex features. Configuring Transiflex is a PITA, therefore I always try to avoid it,...
too vulgar to explain :) (pain in the ass)
Thanks for reporting. Actually, this special Sekizai compressor has been introduced recently into django-compressor, so there is no need to configure it through django-shop. I will fix this in the...
I'm currently bundling the next new version, django-shop 1.2
difficult to say, since I don't know anything about the remaining context.
agree on that.
It seems as if you never materialize the `Order` model. The easiest way to do this is to import the default Order model somewhere in your project. ``` ... from...