Start a Django project First, we’re going to create a new Django project named rapid-api- practice. Then, within that project, we will create a new app called api. Although this may seem odd at first, the “Django way” is to house an app, or more than likely multiple apps, within a single “project.”
Read moreHow does Django handle API?
Familiarity with Django’s view logic for handling data recieved from the API and giving it to a template for rendering.
Read more