Skip to content

Commit

Permalink
remove Printer model from Django admin
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexArray committed Nov 27, 2023
1 parent b65a268 commit a5513d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class UserAdmin(DjangoUserAdmin):
actions = [send_test_email]


@admin.register(Printer)
class PrinterAdmin(admin.ModelAdmin):
exclude = ('current_img_url', 'detection_score')

Expand Down

0 comments on commit a5513d6

Please sign in to comment.