from threading import Thread from django.contrib import messages def my_view(request): thread = Thread(target = run_creation, ...
確定! 回上一頁