django site to serve seqConfig
Python 2.7.10
Django==1.8.5
MySQL-python==1.2.5
wsgiref==0.1.2
- create
hgac_lims/secret_settings.py
file, must contain:
SECRET_KEY = 'some string'
- create the mysql database and grant access to a user.
- create
hgac_lims/my.cnf
file with db credentials used in step 2:
[client]
database = hgac_lims
user = username
password = password
host = localhost
default-character-set = utf8