Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ruvilonix/sick-genes

Repository files navigation

This is the source code repository for the website sickgenes.xyz.

To install and run, place these variables in a .env file in the project root (fill in database URL):

SECRET_KEY="<CREATE SECRET KEY> "
DEBUG="True"
ALLOWED_HOSTS="localhost 127.0.0.1 [::1]"
DATABASE_URL="postgres://<username>:<password>@localhost:5432/<database>"

CONTACT_EMAIL_ADDRESS="<email address>"

Import HGNC data by running python manage.py import_molecule_data hgnc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages