Git Product home page Git Product logo

Comments (6)

rwillmer avatar rwillmer commented on July 30, 2024

AFAICS, this is because requirements.txt pulls in django-oscar-testsupport

IIRC, this is being removed in 0.6

from django-oscar-paypal.

rwillmer avatar rwillmer commented on July 30, 2024

The setup.py has this line:
'django-oscar>=0.5,<0.6',

which will need to be changed for a django-oscar 0.6 version

from django-oscar-paypal.

codeinthehole avatar codeinthehole commented on July 30, 2024

Yes good point. @maikhoepfel spotted this problem the other day. We're going to change all the extensions so they don't explicitly link to oscar in their setup.py modules. This solves two problems:

  • It allows extensions to work standalone
  • It allows the oscar demo site to use extensions with the development version of Oscar.

I'll fix PayPal first.

from django-oscar-paypal.

rwillmer avatar rwillmer commented on July 30, 2024

There's another dependency on oscar. If you include oscar-paypal but not oscar, you get this error

"No app found matching 'checkout.forms'"

Which is triggered by this line in the urls

(r'^checkout/paypal/', include('paypal.express.urls')), 

from django-oscar-paypal.

codeinthehole avatar codeinthehole commented on July 30, 2024

I'm afraid the paypal.express.views module is always going to depend on Oscar as they handle placing an order for a successful response. The decoupling from Oscar happens within the paypal.express.gateway module which can be used without Oscar - you'll have to write your own views though.

I'll document this as it isn't clear at the moment.

from django-oscar-paypal.

codeinthehole avatar codeinthehole commented on July 30, 2024

Closing as there's nothing more to do here

from django-oscar-paypal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.