https://github.com/manukumarnm/paypal_payment_app
It's a PayPal payment gateway for E-commerce transactions built on Python-Django.
https://github.com/manukumarnm/paypal_payment_app
django-framework html-css-javascript paypal python3
Last synced: about 1 month ago
JSON representation
It's a PayPal payment gateway for E-commerce transactions built on Python-Django.
- Host: GitHub
- URL: https://github.com/manukumarnm/paypal_payment_app
- Owner: ManukumarNM
- Created: 2022-01-06T17:32:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T06:39:59.000Z (over 4 years ago)
- Last Synced: 2025-03-26T16:53:10.520Z (about 1 year ago)
- Topics: django-framework, html-css-javascript, paypal, python3
- Language: JavaScript
- Homepage:
- Size: 3.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paypal_Payment_app
## It's a PayPal payment gateway for E-commerce transactions built on Python-Django.
```
Download or Fork the repository on your local machine and Intsall the requrements.txt file.
Before running the project on your local server: You must add the SECRET_KEY to settings.py file.
Then Run your project -> python manage.py runserver
Goto localhost -> http://127.0.0.1:8000/payment
you will see the payment page with PayPal buttons and some static content.
Before that you need to create PayPal sandbox account that I have shown in PayPal-Readme.doc.
Go through that doc carefully and create all the necessary accounts to run this project and do the successful amount transactions.
If you have any doubts please send a message to me and reach out me at anytime.
Thank you.
```