Loading repository data…
Loading repository data…
renjithsraj / repository
Payecommerce is a sample e-commerce application that uses the Django framework. It serves as a demonstration of how to integrate the Paywix payment gateway wrapper into a Django-based e-commerce application. The Paywix package provides an easy-to-use interface for integrating with the payment gateway, making it simple to process payments.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a project to demonstrate the usage of paywix payment gateway wrapper
Payecommerce is a sample e-commerce application that uses the Django framework. It serves as a demonstration of how to integrate the Paywix payment gateway wrapper into a Django-based e-commerce application. The Paywix package provides an easy-to-use interface for integrating with the payment gateway, making it simple to process payments in your e-commerce application.
git clone https://github.com/renjithsraj/paywix_ecommerce.git
virtualenv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python manage.py runserver
Credits:
main_repo: @zinmyoswe