Skip to content

🟢 Payze VISA Integration Sample with Python/Django 2023 — 08

Notifications You must be signed in to change notification settings

PayTechUz/payze-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payze Implementation

Support Group - https://t.me/+Ng1axYLNyBAyYTRi
This MVP project helps for implementing payze-doc.

Installation

  • 1 - clone repo
    • git clone https://github.com/Muhammadali-Akbarov/payze-sample
  • 2 - create a virtual environment and activate
    • pip3 install virtualenv
    • virtualenv venv
    • venv\Scripts\activate(windows) or source venv/bin/activate(unix-based systems)
  • 3 - cd into project "cd payze-sample"
  • 4 - Install dependencies
    • pip3 install -r requirements.txt
  • 5 - Set your environment variables
    • cp .env-sample .env
  • 6 - Run
    • python3 manage.py runserver

Releases

No releases published

Packages

No packages published

Languages