Foreign Key an API

Submitted 3 years, 9 months ago
Ticket #39
Views 228
Language/Framework Python
Priority Medium
Status Closed

How do you foreign key an API? Like for Microservices in Django

1. Do I need to make a model to hold the values of an API or just a serializer?

2. If I create a model base on the structure of the API, will it create a db table?

Submitted on Jul 13, 20
add a comment

1 Answer

If i understand your question, you are looking creating the Microservices in Django using API. If you want to use Microservice exposing API end points itself would be sufficient as far as you dont want to seggregate the models in different database or platform.

Submitted 3 years, 9 months ago

@Radysonabu can you provide the requested details at the earliest?. Otherwise we would go ahead and close the ticket.

- Vengat 3 years, 9 months ago


Latest Blogs