Re: Use fields meta to create forms for Javascript client applications!!!!

2018-05-15 Thread Wanderley S
Thanks, I'll take a look. I believe that "OPTIONS" is what I'm looking for. Thanks. 2018-05-14 15:18 GMT-03:00 Oliver Zhou : > Unclear to me exactly what you're asking for - but it seems like you > probably just want a ModelSerializer/ViewSet, and then perhaps doing an > "OPTIONS" API call to t

Re: Use fields meta to create forms for Javascript client applications!!!!

2018-05-14 Thread Oliver Zhou
Unclear to me exactly what you're asking for - but it seems like you probably just want a ModelSerializer/ViewSet, and then perhaps doing an "OPTIONS" API call to the View to get basically what you're looking for. (But not exactly) Then - if you need additional customization there - you would t