Skip to content
Snippets Groups Projects

Front vue

Merged Kenzo-Hugo Hillion requested to merge front-vue into master
63 files
+ 38584
4
Compare changes
  • Side-by-side
  • Inline
Files
63
@@ -6,8 +6,8 @@ from metagenedb.apps.catalog.models import Function, KeggOrthology
@admin.register(KeggOrthology)
class KeggOrthologyAdmin(admin.ModelAdmin):
list_display = ('function_id', 'name', 'long_name', 'ec_number', 'source')
search_fields = ('function_id',)
list_display = ('function_id', 'name', 'long_name', 'ec_number')
search_fields = ('function_id', 'name')
@admin.register(Function)
Loading