MCPcopy Create free account
hub / github.com/codemistic/Web-Development / BooksInstanceInline

Class BooksInstanceInline

locallibrary/catalog/admin.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class BooksInstanceInline(admin.TabularInline):
19 model = BookInstance
20 extra = 0
21
22@admin.register(Book)
23class BookAdmin(admin.ModelAdmin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected