How can Django rest_framework query across tables without using foreign keys?

when I was expanding a new interface for the company"s existing project, I found such an embarrassing thing:

  1. the database cannot be modified because it is an online project (decided by the boss);
  2. and the constraints between databases are in the form of soft foreign keys (globally unique ID controls the whole game)
  3. how should I choose between Django and Flask for restful api?
  4. as the title
Menu