We would need more information if you're having a specific issue, but general if I were building something of that sort I would be using celery <http://www.celeryproject.org/> to perform all the calculations.
Form data can be easily serialized and passed to the task queue and the results can easily be retrieved. I'd start with this guide if you're new: First Steps with Django and Celery <https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html> On Saturday, March 21, 2020 at 2:32:36 PM UTC-4, Ernest Thuku wrote: > > Hello guys am having troubles on how I will be able to perform > calculations in an asset management application. Is there any way I can do > this or anyone has ever encountered this? I will be glad for your > assistance. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/642c188b-796e-46d1-abb0-9421f4636982%40googlegroups.com.