Hi,
i wanna get my data from an external API (https://test.com/consumers). And
i would like to build
url(r'^(?P[0-9]+)$/', views.get, name="get"),
Or do you have any other(s) good idea(s) ?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Django R
Show the URL you're using
On Tuesday, January 23, 2018 at 12:23:03 PM UTC-5, Antonio Junior wrote:
>
> I want to send a phone through the url already test in several ways but I
> can not
>
> View
>
> class SearchCustomerViewSet(generics.RetrieveUpdateDestroyAPIView):
>
> permission_classes =