Hi, I'm a developer for django-oscar, an e-commerce framework for Django. A user reported that both django-oscar and python-social-auth set a strategy attribute on Django's request object. This means the projects are conflicting and can't be used together.
We will introduce namespacing for Oscar's attributes in the near future (https://github.com/tangentlabs/django-oscar/issues/979). I raised the issue here, because namespacing probably makes good sense for your project as well.
Hi, I'm a developer for django-oscar, an e-commerce framework for Django. A user reported that both django-oscar and python-social-auth set a
strategyattribute on Django's request object. This means the projects are conflicting and can't be used together.We will introduce namespacing for Oscar's attributes in the near future (https://github.com/tangentlabs/django-oscar/issues/979). I raised the issue here, because namespacing probably makes good sense for your project as well.