From b58accfb5666a3d93774dae5033fbdebaeee0e0d Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 20 Nov 2024 17:24:51 -0500 Subject: [PATCH] glamr/views: add UniRef100 to allowed models for generic model views This fixes #54. --- mibios/glamr/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mibios/glamr/views.py b/mibios/glamr/views.py index f7e2e90d..01c4efae 100644 --- a/mibios/glamr/views.py +++ b/mibios/glamr/views.py @@ -554,6 +554,7 @@ class GenericModelMixin: 'omics.taxonabundance', 'ncbi_taxonomy.taxname', 'ncbi_taxonomy.taxnode', + 'umrad.uniref100', ) """ app label + model names of models allowed in generic views """