• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


28 Nov, 2024

Updated at 02 Dec, 2024

Django Rest in separate project for independent deployment

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:

  • Create new API project which will inherit models and auth. This allows semi-independent update and deployment on production.
  • Or just create new app in the same project, but use another wsgi server with separate settings.

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

Read full topic