Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
django-biodblinks
Commits
76d1ef35
Commit
76d1ef35
authored
Dec 08, 2020
by
Hervé Ménager
Browse files
replace example settings with fictional examples
fix
#4
parent
ed08cd04
Pipeline
#42935
passed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
76d1ef35
...
...
@@ -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
=
"
Bio
DB"
LABLINKS_RESOURCE_DESCRIPTION
=
"
Bio
DB : An
example database
"
LABLINKS_CONTACT_EMAIL
=
"
curation@biodbexample.org
"
```
3.
Create a LabsLink export command for your data, in the
`management/commands`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment