开发者

django-paypal module for DJango

开发者 https://www.devze.com 2023-03-19 12:06 出处:网络
I have to use a Django project that uses django-paypal. So when I run the command \"python manage.py runserver\" it throws \"ImportError: No module named paypal.standard\" .

I have to use a Django project that uses django-paypal. So when I run the command "python manage.py runserver" it throws "ImportError: No module named paypal.standard" .

My question is how can I install Paypal module开发者_JS百科 as this module does not have any setup.py file. I am using Bitnami Django Stack for Windows.


I'm not sure from where you've downloaded but this one has setup.py Or you can just copy the paypal folder into your site-packages dir.

For further setup you can also check out:

django-paypal setup

0

精彩评论

暂无评论...
验证码 换一张
取 消