maiksprenger / djangocms-oscar

Bridges the gap between django CMS and the Oscar ecommerce framework.
MIT License
38 stars 13 forks source link

App hook currently does not work #2

Open maiksprenger opened 10 years ago

maiksprenger commented 10 years ago

Currently we need to hardwire Oscar's URLs in the urls.py due to issues with nested namespaces. @vovanbo did some great work to have this fixed in django CMS: https://github.com/divio/django-cms/pull/3276

vovanbo commented 10 years ago

My PR to django-cms is merged and Oscar can be wired through app hook now. You can find there also some docs about excluded permissions for dashboard app.