Our existing Django project with a couple of apps has new API requirement.
I’m thinking of the possibility to deploy the new restful API in a separate wsgi server so the API service will be independent from the orignal Django project.
I can see two options:
While I’m writing this down I’m already having other insights (magic of writing thoughts), but the objective is to have API updated and deployed without penalize the availability of the existing apps.
1 post - 1 participant