-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
apps/book/api.py里是这样的:
@router.get('/book', response=List[BookOut], url_name='book/book/list')
@paginate
def list_items(request):
qs = Book.objects.all()
return qs
我的必须要写这么长的地址才能访问,而且没有对应的template 。
在自动生成代码后,我删掉了admin管理对应的那些代码。该在哪里写自己的template呢?
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed