Skip to content

Commit

Permalink
update (server/django): reference in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Dec 15, 2024
1 parent f0b39ce commit 170fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/django/platform_03_rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ REST_FRAMEWORK = {
}
~~~

Create an API specification for plots and comments (`plot/api.py`):
Create an API specification for plots and comments (`plot/api.py`). Details of ViewSet customization applied to CommentViewSet can be found at: https://www.django-rest-framework.org/api-guide/viewsets/#modelviewset.

~~~python
from rest_framework import routers, serializers, viewsets
Expand Down

0 comments on commit 170fde5

Please sign in to comment.