git clone https://github.com/SanjarbekSaminjonov/payme-integration.git- Create '.env' file
- Generate Django 'SECRET_KEY'
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 requirementspython manage.py migrate- Username - Paycom
- Password - KEY or TEST_KEY