Closed Copser closed 7 years ago
I have no idea without being able to see the project, but note that paypal_wpp_signature
is not the same as the required PAYPAL_WPP_SIGNATURE
. (Python is case sensitive)
Without further info, there is nothing I can do to help here, and it seems unlikely this is an error in django-paypal.
Hello,
I have rather unusual errors,
AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'
andAttributeError: 'Settings' object has no attribute 'PAYPAL_WPP_SIGNATURE'
.I've just started with
django-paypal WPP
integration into my project, was following documentation and after initial set-up, I wanted to migrate the db, and Attribute error showed up. I have asecret.py
file where I hide all myKEY's
, so you can assume that I have putpaypal_wpp_user
,paypal_wpp_passoword' and 'paypal_wpp_signature
inside it, and I'mfrom secret import *
intosettings.py, standard stuff I use
django==1.8.7and
python==3.4.3`.Can you help me understand how to overcome this, thanks.
Errors copy: