Django payment integration
Step 1 You should have python already installed in your computer.
Step 2 Create a virtual environment with python
Step 3 Clone the git repository
Step 4 Activate your virtual environment
Step 5 Install required packages using pip install requirements.txt
Step 6 Navigate to the payment folder
Step 7 In your terminal use python manage.py makemigrations Then python manage.py migrate Then python manage.py createsuperuser to create super admin. Finally python manage.py runserve