[Django]-Django stripe set up installation error

2👍

You need to define STRIPE_PUBLIC_KEY (and STRIPE_SECRET_KEY I believe) in your settings.py. You can get this key from stripe if you have an account.

If you follow the instructions you will see this. https://github.com/pydanny/dj-stripe

A google search for “reading python stack trace” gives us this:
https://www.odoo.com/forum/help-1/question/how-to-read-and-understand-errors-from-tracebacks-9704

👤demux

Leave a comment