git clone https://github.com/SanjarbekSaminjonov/payme-integration.git
export SECRET_KEY=SECRET_KEY
export DEBUG=true
export ID=Merchant_ID
export KEY=KEY
export TEST_KEY=TEST_KEY
Merchant_ID, KEY and TEST_KEY are credentials that payme gave you
virtualenv venv
venv/Scripts/activate # on windows cmd
source venv/bin/activate # on linux or mac os terminal
pip install -r requirements
python manage.py migrate