django-shop icon indicating copy to clipboard operation
django-shop copied to clipboard

A Django based shop system

Results 104 django-shop issues
Sort by recently updated
recently updated
newest added

Traceback below. The problem seems to be that we are calling `connection.cursor()` in `shop/models/fields.py` at module level, and that uses the connection to the default database, not the test database....

bug

I talked to a user today who ran into the issue described by the traceback below. As far as I understand, the problem is that he was using `CommissionGoodsWorkflowMixin` and...

documentation

CMS 3.4 has been released. We need to make some adjustments to our code and test everything.

http://django-shop.readthedocs.io/en/latest/tutorial/intro.html The problem here is an outdated pip / setuptools. Proposed fix: document that user should update pip and setuptools. ``` rene@rene /tmp $ virtualenv -p $(which python3.5) pshoptutorial Running...

blocker
bug
accepted
documentation

Perhaps I am just being slow, however try as I may I cannot find any description of how to add this to an existing Django-CMS project, which I would have...

feature request
accepted
documentation

Changing the decimalfield_kwargs in subclass has no effect after the model has been materialized. I had this issue before and till django 1.7 was easy to override the field attributes...

Now if we add page in product change: ![cms_pages](https://cloud.githubusercontent.com/assets/11954799/15823806/d713c09e-2c2e-11e6-9dca-66aa19d23e7a.png) then we create page but without assigned application "Product List". And we get a mistake about incorrect value for cms_pages, because...

feature request

Currently, manually testing new releases with different versions of Django, Python, djangoCMS etc. is a boring task. We should automate this as much as possible.

internal

Hi, i am on Debian 10 buster, python 3.7 I installed django-shop 1.2.4 demo and it works quite well. however a bug related to the elasticsearch_dsl library occurs when I...