I am writing a Python based application (CLI Back End) which does telnet to some network components and gets some data. It saves the data in SQLite db.
For this application I am writing Django based frond end. Which will start the CLI app and monitor it. For communication between the CLI App and Django I am not able to decide what to use. I read somewhere on net that Django channels can be used in this problem.
I have no idea about what Django channel is and what it does. I need to come up with a tool for this CLI and Django communication.