From 76d1ef3559e4a626d9a2d3e74c70ce4d819c14ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@gmail.com> Date: Tue, 8 Dec 2020 11:24:06 +0100 Subject: [PATCH] replace example settings with fictional examples fix #4 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index baeec3c..f112825 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ INSTALLED_APPS = [ ```python # Django BioDbLinks settings -LABLINKS_ID_PREFIX = "https://ippidb.pasteur.fr" -LABLINKS_PROVIDER_ID = "2079" -LABLINKS_RESOURCE_NAME = "iPPI-DB" -LABLINKS_RESOURCE_DESCRIPTION = "iPPI-DB : An interactive database of protein-protein interactions modulators" -LABLINKS_CONTACT_EMAIL = "ippidb@pasteur.fr" +LABLINKS_ID_PREFIX = "https://biodbexample.org" +LABLINKS_PROVIDER_ID = "XXXX" +LABLINKS_RESOURCE_NAME = "BioDB" +LABLINKS_RESOURCE_DESCRIPTION = "BioDB : An example database" +LABLINKS_CONTACT_EMAIL = "curation@biodbexample.org" ``` 3. Create a LabsLink export command for your data, in the `management/commands` -- GitLab