Rahul Sharma

Results 1 comments of Rahul Sharma

> > You shouldn't be including the `as_view()` when you register a view into the router. > > ```python > > router.register(r'foo', FooViewSet.as_view(), base_name='foo' > > ``` > > >...