Skip to content

Commit

Permalink
feat: closes #19, adds Niche, data, and Admin niceties
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Mar 31, 2020
1 parent 67a9bb1 commit 72ddaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdi/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class NicheAdmin(admin.ModelAdmin):
@admin.register(Tool)
class ToolAdmin(admin.ModelAdmin):
list_display = ('name', 'license', )
list_filter = ('license', 'pricing') # 'languages_supported',)
list_filter = ('niches', 'license', 'pricing') # 'languages_supported',)
search_fields = ['name', 'description',]


Expand Down

0 comments on commit 72ddaae

Please sign in to comment.