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 1578ef8 commit a70af1eCopy full SHA for a70af1e
README.md
@@ -68,7 +68,7 @@ To allow subscriptions to a queryset, add the `RealtimeMixin` to a GenericAPIVie
68
```python
69
...
70
router = RealtimeRouter()
71
-router.register(TaskViewSet) # Register all ViewSets here
+router.register(MyViewSet) # Register all ViewSets here
72
73
```
74
0 commit comments