Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
class
BooksInstanceInline(admin.TabularInline):
19
model = BookInstance
20
extra = 0
21
22
@admin.register(Book)
23
class
BookAdmin(admin.ModelAdmin):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected