Re: restapi call not going through..

2023-10-23 Thread Francisco Pandol
There is no such restriction. Please share the errors you are encountering. On Sun, Oct 22, 2023 at 11:54 PM Venkata Sasidhar < venkatasasidhar...@gmail.com> wrote: > Hi Guys, > I am using django 2.1 and restframework 3.10.3. In one of my script I used > restapi call instead of using ORM in my ow

restapi call not going through..

2023-10-22 Thread Venkata Sasidhar
Hi Guys, I am using django 2.1 and restframework 3.10.3. In one of my script I used restapi call instead of using ORM in my own app, but restapi call is not going through and runserver is showing errors. Is there anything like we can't use restapi in the same app where we defined restapi? or is