Skip to content
Snippets Groups Projects
Commit 76d1ef35 authored by Hervé Ménager's avatar Hervé Ménager
Browse files

replace example settings with fictional examples

fix #4
parent ed08cd04
No related branches found
No related tags found
No related merge requests found
Pipeline #42935 passed
...@@ -21,11 +21,11 @@ INSTALLED_APPS = [ ...@@ -21,11 +21,11 @@ INSTALLED_APPS = [
```python ```python
# Django BioDbLinks settings # Django BioDbLinks settings
LABLINKS_ID_PREFIX = "https://ippidb.pasteur.fr" LABLINKS_ID_PREFIX = "https://biodbexample.org"
LABLINKS_PROVIDER_ID = "2079" LABLINKS_PROVIDER_ID = "XXXX"
LABLINKS_RESOURCE_NAME = "iPPI-DB" LABLINKS_RESOURCE_NAME = "BioDB"
LABLINKS_RESOURCE_DESCRIPTION = "iPPI-DB : An interactive database of protein-protein interactions modulators" LABLINKS_RESOURCE_DESCRIPTION = "BioDB : An example database"
LABLINKS_CONTACT_EMAIL = "ippidb@pasteur.fr" LABLINKS_CONTACT_EMAIL = "curation@biodbexample.org"
``` ```
3. Create a LabsLink export command for your data, in the `management/commands` 3. Create a LabsLink export command for your data, in the `management/commands`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment