Good morning Benjamin. This is a Django problem. You should read the Django
getting started tutorial. But your url params are available in the views.
Try adding *args and **kwargs in the get a post method definition. On my
cell so can't give direct links

On Tue, Aug 14, 2018, 7:51 AM Benjamin SOULAS <[email protected]>
wrote:

> To be more precise, I Don't need the ORM part (including Models) but only
> the front which handle data received, Maybe the APIView I use does not work
> If no Models has been used? Which could explain that I cannot retreive the
> ID of the path which should be linked to the Models (in which I should have
> defined the given ID?)
>
> I really need answers ....
>
> Kind Regards
>
> --
> 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.
>

-- 
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.

Reply via email to