K
K
Kirill Timofeev2015-11-18 10:50:05
Django
Kirill Timofeev, 2015-11-18 10:50:05

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

1 answer(s)
R
Roman Kitaev, 2015-11-18
@IRC

Use it
Maintain supervisord

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question