Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 15, 2024
1 parent 6db1c6f commit a8ad5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# API documentation

::: django_oapif.register_oapif_viewset
::: django_oapif.decorators.register_oapif_viewset
2 changes: 1 addition & 1 deletion docs/content/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ urlpatterns += [
# models.py

from django.contrib.gis.db import models
from django_oapif import register_oapif_viewset
from django_oapif.decorators import register_oapif_viewset


@register_oapif_viewset()
Expand Down

0 comments on commit a8ad5b0

Please sign in to comment.