You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you add router.register(r'borrowing',friend_views.BorrowedViewSet)
but we don't have viewset in borrowing models
so why you add BorrowedViewSet without borrowing viewset
The text was updated successfully, but these errors were encountered:
you add
router.register(r'borrowing',friend_views.BorrowedViewSet)
but we don't have viewset in borrowing models
so why you add BorrowedViewSet without borrowing viewset
The text was updated successfully, but these errors were encountered: