I have a ReactJS app that has a Django backend with a Postgres Database. Currently my models.py file that calls several external functions from a receiver. I wa
models.py