pharingee / bloodbank

BloodBank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#JustPay API

##Installation

  • After pushing to the hosting platform of your choice run:
$ python manage.py migrate
$ python justpay.wsgi.py
  • Make sure the following environment variables are set
ENVIRONMENT
DEBUG
SECRET_KEY
DATABASE
  • ENVIRONMENT can be either localhost, production or test
  • DEBUG is either True or False
  • SECRET_KEY is a 60-character string
  • DATABASE_URL is the postgres database url, in the format postgres://{username}{password}@{URL}/{database_name}

About

BloodBank


Languages

Language:JavaScript 41.6%Language:CSS 35.1%Language:Python 15.7%Language:HTML 7.6%