Application de ecommerce avec django avec integration des API de paiement (Paypal
, credit card
Orange Money
, MTN Mobile
, Moove money
etc)
Vous pourriez aller plus loin avec ce projet.
Python
version 3.9, django
version 4.1.2
django-ecom app
Clone the project
git clone https://github.com/donaldte/django-ecom.git
Go to django-ecom directory
cd django-ecom
Create a virtual environment
python3.9 -m venv venv
Activate a virtual environment
Linux/mac user
source venv/bin/activate
Window user
venv\Scripts\activate
Install requirements
pip install -r requirements.txt