We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33f10e commit 4fcfc41Copy full SHA for 4fcfc41
README.md
@@ -43,7 +43,7 @@ class RestaurantSerializer(serializers.ModelSerializer):
43
fields = ('id', 'name', 'photo', 'tags', 'menu', 'publish')
44
```
45
46
-Then we create an API function in views.py which will server requests at /api/list end point
+Then we create an API function in views.py which will server requests at /api . We will grab data via api.json .
47
48
```python
49
0 commit comments