Skip to content
Snippets Groups Projects
Commit 9bf3d0d3 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

add needed web service functions for information import

parent aedac6b6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from __future__ import unicode_literals
from django.db import models
from django.forms import ModelForm
from .ws import get_pubmed_info, get_epo_info, get_uniprot_info
from .ws import get_pubmed_info, get_epo_info, get_uniprot_info, get_taxonomy_info
class Bibliography(models.Model):
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment