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

This comes from django-cms, solved with this PR https://github.com/divio/django-cms/pull/6160 Otherwise it will be an error of the type: `AttributeError("'NoneType' object has no attribute 'publisher_is_draft'",)`

Hi, Do you plan to support python3.6 ? And if yes, do you have any idea on when it will be released ? Thank you

feature request
accepted

I had to change the patch method as the current method of replacing the manager didn't work for me.

This pull request adds another self-registration option to the shop-cascade-auth plugins, named "Register User with Activation". If the merchant select this option, a new customer may register himself, but before...

Right now, we force a lot of things (dependencies and settings) onto projects that want to use django-shop. It is desirable to reduce these requirements. I am creating this issue...

internal

`./manage.py help shopcustomers` causes the following error in v0.11: > ./manage.py help shopcustomers > Traceback (most recent call last): > File "./manage.py", line 22, in > execute_from_command_line(sys.argv) > File "/Users/rich/.pyenv/versions/3.5.2/lib/python3.5/site-packages/django/core/management/__init__.py",...

shop/templates/shop/email/reset-password-body.txt is not consistent in using {{ absolute_base_uri }} like other templates. {{ domain }} looks like it relies on the user setting the site domain in sites which will...

I find better code about filters than in docs which allow write less code when we declare fields. Instead of (see http://django-shop.readthedocs.io/en/latest/reference/filters.html#id3): ``` from django.forms import forms, widgets import django_filters...

accepted
documentation

Only have a question or a sugges, for example I want to do a project in django-shop that permit a someone people, publish his products, for example ebay for USA,...

feature request

Groups of staff users can be created in the normal Django admin site, mainly to make permissions assignment easier. These groups could be used as staff mailing list groups for...

feature request