django-shop
django-shop copied to clipboard
Wrong scriptname request if django-shop run under a subfolder
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'",)
How can I reproduce this?
Yes, if i use apache and mod_wsgi with WSGIScriptAlias /myshop without applying PR divio/django-cms#6160 I get the error above.
It happens when I go to an page url with an apphook Catalog List.