开发者

django csv import threading

开发者 https://www.devze.com 2022-12-19 04:12 出处:网络
Is it possible to use threading when importing data fr开发者_StackOverflow社区om csv files to django.Django is Python, so yeah you can use threads, processing etc. Look at python docs on this matter.

Is it possible to use threading when importing data fr开发者_StackOverflow社区om csv files to django.


Django is Python, so yeah you can use threads, processing etc. Look at python docs on this matter.

But, spawning threads in web environment might be not be such a good idea, try searching here for "django asynchronous" - you'll get many ideas of how to this without threading.

0

精彩评论

暂无评论...
验证码 换一张
取 消