Answer the question
In order to leave comments, you need to log in
How to call a third party function that will run in the background in django?
I wrote a parser script that parses data and performs certain manipulations with them.
I have a django site.
I wrote a function that will parse information every 30 seconds and, under certain conditions, add them to the database.
How it's implemented:
while True:
#выполняется парсинг и манипуляции с данными
time.sleep(30)
Answer the question
In order to leave comments, you need to log in
I solved the issue with: https://crazyzubr.ru/programming/python/django-bac...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question