We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b896f73 commit 77ac345Copy full SHA for 77ac345
docs/source/index.rst
@@ -44,6 +44,7 @@ I want easy CRUD views for it, without it taking all day::
44
45
# urls.py
46
from neapolitan.views import CRUDView
47
+ from .models import Bookmark
48
49
class BookmarkView(CRUDView):
50
model = Bookmark
0 commit comments