Skip to content

Commit 77ac345

Browse files
authored
Update index.rst (#74)
1 parent b896f73 commit 77ac345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ I want easy CRUD views for it, without it taking all day::
4444

4545
# urls.py
4646
from neapolitan.views import CRUDView
47+
from .models import Bookmark
4748

4849
class BookmarkView(CRUDView):
4950
model = Bookmark

0 commit comments

Comments
 (0)