- I want to call an external service API in the Django admin and display the data.
- Also, I want to create a form so that taking input from the admin, should able to make a POST to external service.
- My app does not have any models.
django-admin version 2.2.8
Please, someone, provide a solution stuck from last few days Thank You.