I'm just getting started with the REST framework -- What I'd like to do is have an entry show up on the root of the browsable api for every function based view I create. Is this possible?
Ultimately it would be amazing if there was a form you could populate to test URLs like: url(r'^get_pods/(?P<requested_env>[\w.@+-]+)', views.get_pods), Would create a form with an input field for <requested_env> Thanks for any help! Drew -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
