Answer the question
In order to leave comments, you need to log in
How would you design such an application in Django?
Good afternoon.
I need to write a full-fledged Django site (with models, views, templates) that will display data from the model and have a certain set of functions over them. At the same time, the data in the models should be managed by an independent module that will be launched constantly (something like a daemon), and not at the request of the user to the site. This module will non-stop receive information from another source, process and write to the database, and the site should only show it.
What should this be? A separate process on the system, or would it be correct to use a different approach (which one?) ? Can you give examples of the implementation of such a process or a way to "google" it?
Thank you.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question