Answer the question
In order to leave comments, you need to log in
What is the best way to organize a Django website?
Good afternoon. I want to make a site on Django, so that an application constantly spins in the back, which constantly updates the data (for example, exchange rates from different sites), and when the site is requested, the data at the time of the last update was displayed. How can I best implement this, or maybe do without Django at all?
Answer the question
In order to leave comments, you need to log in
You can write a command to get the current rates and periodically call it from cron .
How did the author solve the problem? I solve the same problem, you can discuss it in a personal if you are interested
https://t.me/AlexandrTlT
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question