Skip to content

MahmudJewel/Django-Payments_for_SSLCommerz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment Integrations SSLCOMMERZ

PIP package

Click here to install pip package.

Doc

Click here to read the documents

Tools

Back-end

Language:

Python (3.8.6)

Frameworks:

Django(3.2)

Other libraries / tools:

python-dotenv==0.21.0
sslcommerz-python==0.0.7

Database:

SQLite

Setup

The first thing to do is to clone the repository:

$ https://github.com/MahmudJewel/Django-Payments_for_SSLCommerz

Back-end

Create a virtual environment to install dependencies in and activate it:

$ cd Django-Payments_for_SSLCommerz
$ python -m venv venv
$ source venv/bin/activate

Then install the dependencies:

(venv)$ pip install -r requirements.txt

Note the (venv) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv2.

Once pip has finished downloading the dependencies:

(venv)$ python manage.py migrate
(venv)$ python manage.py runserver 8000

ScreenShot

Home page

homepage

SSLCOMMERZ integration page

SSLCOMMERZ

OTP Page

OTP Page

Success Page

Success Page

Happy Coding

From ==> Juwel Mahmud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published