Skip to content

Commit

Permalink
glamr/views: add UniRef100 to allowed models for generic model views
Browse files Browse the repository at this point in the history
This fixes #54.
  • Loading branch information
robert102 committed Nov 20, 2024
1 parent c563d90 commit b58accf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mibios/glamr/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 """

Expand Down

0 comments on commit b58accf

Please sign in to comment.