You probably want to use Celery for asynchronous processing e.g. 
see http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html 
(plus a TON on material on the web...).

PS We welcome all refugees from the "static-only-HTML" 1990's here ;)

On Friday, 15 April 2016 14:23:51 UTC+2, Erik Cederstrand wrote:
>
> Hi list, 
>
> I need to implement a sanity checker for my (power) users. Basically they 
> should press a button on my website, and my backend runs a checklist of 
> 20-30 items to check that their setup is OK and report progress while the 
> checks are running. Some checks are fast, and others could take a long time 
> - testing connections to external systems and things like that. 
>
> I'm still a static HTML kinda guy, so I'm looking for hints on how to 
> design this with Django. I'm looking for something simple, but also best 
> practice so I learn the right habits from the start :-) 
>
> Thanks, 
> Erik

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/abef7988-b4e4-4856-a419-57b9639adfa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to