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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36187-2b533.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36187-2b533.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?