Skip to content

Commit

Permalink
Update index.rst (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
icfly2 authored Dec 6, 2024
1 parent b896f73 commit 77ac345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ I want easy CRUD views for it, without it taking all day::

# urls.py
from neapolitan.views import CRUDView
from .models import Bookmark

class BookmarkView(CRUDView):
model = Bookmark
Expand Down

0 comments on commit 77ac345

Please sign in to comment.