/django-sslcommerz

Django & Sslcommerz Payment Gateway Integration

Primary LanguagePython

Setting up Sslcommerz Payment Gateway with Django

Live: Demo

Installation

open terminal and type
https://github.com/Sany07/django-sslcommerz.git

or simply download using the url below
https://github.com/Sany07/django-sslcommerz.git

Install requirements

pip install -r requirements.txt

Database

Set the database from settings.py

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Run the server

python manage.py runserver

Add your sslcommerz Store Id and Store Password from Django Admin

========Thank You=========