non-DB backend for Django Apps

90 Views Asked by At

I'm trying to integrate wsgi Python app into a Django app as a controller - The App will provide the output and input (eg. as a dictionary) and send the data to view/controller.

I do not need a DB backend because the commands will be run on the go through wsgi and the output won't be stored in a DB.

What is the best approach to accomplish this goal? Is it Django suitable for it?

Thanks in advance

0

There are 0 best solutions below