#JustPay API
##安装
推送到您选择的托管平台后,运行:
$ python manage.py migrate
$ python justpay.wsgi.py
确保设置了以下环境变量
ENVIRONMENT
DEBUG
SECRET_KEY
DATABASE
ENVIRONMENT可以是localhost 、 production或test
DEBUG为True或False
SECRET_KEY是一个 60 个字符的字符串
DATABASE_URL是 postgres 数据库 url,格式为postgres://{username}{password}@{URL}/{database_name}