Re: Django rest framework viewset and its url

2018-01-04 Thread cherngyorng
> > Ah, i decide to instead of using 2 viewset for a single model, i use 1 > viewset and 1 APIView for it. > Therefore i deleted both post in here and in stackoverflow. Sorry for the > trouble. On Friday, January 5, 2018 at 1:56:44 PM UTC+9, Dylan Reinhold wrote: > > That link is not

Re: Django rest framework viewset and its url

2018-01-04 Thread Dylan Reinhold
That link is not valid, and without seeing your views no one will be able to help. Dylan On Thu, Jan 4, 2018 at 7:18 PM, wrote: > For a better and more detailed question i ask, refer to here : > https://stackoverflow.com/questions/48106733/django- > rest-framework-viewset-and-url-mixup > > In m

Django rest framework viewset and its url

2018-01-04 Thread cherngyorng
For a better and more detailed question i ask, refer to here : https://stackoverflow.com/questions/48106733/django-rest-framework-viewset-and-url-mixup In my project, i have 2 model. family and schedule As i wanted to have 1 api to get all while the other is to get current user only therefore