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

Hi i just looking for django eshop, and this project look promisely is it still active? i am asking because of dependency django

I saw that the [multi-tenancy doc](https://django-shop.readthedocs.io/en/latest/howto/multi-tenancy.html#multi-tenancy) is not finished. Do you need help with documentation? @jrief

What do the community think about decoupling Django-cms from django-shop. I found django-shop useful for my ecommerce website, however I am not using django-cms at all. For whatever cms pages...

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...

When doing a basic install, as indicated in the tutorial and running `pipenv run ./manage.py initialize_shop_demo`, I get the following error. ``` (base) ➜ my-shop pipenv run ./manage.py initialize_shop_demo /home/user/.local/share/virtualenvs/my-shop-mW1dO9i8/lib/python3.7/site-packages/shop/apps.py:32:...

*Feature Request:* REST API to delete all items in a cart (or delete the cart itself) e.g. ``` DELETE /shop/api/cart ``` *Reason:* There is currently no way to do this...

I'm looking forward to trying django-SHOP. in following the tutorial here: https://django-shop.readthedocs.io/en/latest/tutorial/intro.html I cannot get the following step to run when installing django-SHOP on Ubuntu 18.04: `pipenv install --sequential` or...

``` class ProductPage(BaseProductPage): """Materialize many-to-many relation with CMS pages""" ``` We should add a `unique_together` constraint here.