How to separate DJANGO models?

Asked By 20 points N/A Posted on -
qa-featured

I want to create a SOA with Django.

I am trying to understand what the result would come up if I choosed to separate and insulate models into apps, to provide the REST API for accessing those apps and after that to create other apps which basically use the REST API to use data and perform operations on the models (DB).

  • Which other useful Django features would I lose?
  • Is there a work-around through this without exposing the models to other Apps?
SHARE

Related Questions