Skip to content

migbro/hgac_lims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hgac_lims

django site to serve seqConfig

Requirements:

Python 2.7.10

Django==1.8.5
MySQL-python==1.2.5
wsgiref==0.1.2

set up site:

  1. create hgac_lims/secret_settings.py file, must contain:
  • SECRET_KEY = 'some string'
  1. create the mysql database and grant access to a user.
  2. 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

About

django site to serve seqConfig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages