Hey guys I am trying to figure out how to create a api using the django rest frame work to display a airplane flight tracker on a website. I am not really sure how to do it as from what i have seen as examples the api's have been used form simple data like names, height, id number, etc. I am looking to use the the code from
https://aviation-edge.com/ but am stuck on how to put it into the existing code that i have. Do i just create a model and views .py to display it on the site or is there another process for this. Thanks in advance for the help.