Communities for your favorite technologies.  Explore all Collectives

Best practices for API update and deployment in an existing Django project

submited by
Style Pass
2024-11-28 13:30:36

Communities for your favorite technologies. Explore all Collectives

Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams

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 the API updated and deployed without penalize the availabilty of the existing apps.

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Site design / logo © 2024 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2024.11.28.19420

Leave a Comment