Re: Django and asynchronous tasks

2016-11-29 Thread Alain Muls
t; in > > the server. That mechanism is comet. > > > > Antonis Christofides > > http://djangodeployment.com > > > > On 2016-11-10 11:54, Alain Muls wrote: > > > > Hi > > > > Tx for the suggestion but how do I reload a page after eg 30 sec

Re: Django and asynchronous tasks

2016-11-10 Thread Alain Muls
iew to display them in another page. > > Hope it helps. > > El jueves, 10 de noviembre de 2016, 9:05:29 (UTC+1), Alain Muls escribió: >> >> Hi All >> >> I am building a website which makes calculations about the visibility of >> satellites. These calculations

Re: Django and asynchronous tasks

2016-11-10 Thread Alain Muls
t justified by the budget or the business case, you > might be > able to get away with a message like "This information is being > (re)calculated. > Reload the page after half a minute to view the updated results." (That's > what I > did last time :-) > > R

Django and asynchronous tasks

2016-11-10 Thread Alain Muls
problem I have is how do I find out when the calculations of the task thread are done so that I can direct the results to another web page which will display them? Thanks for your help Alain Muls -- You received this message because you are subscribed to the Google Groups "Django users"

Integrate appliction into Django

2016-02-28 Thread Alain Muls
Hi All, I made a program that creates 4 plots and text files about the location of GNSS (Global Navigation Satellite Systems) based on TLEs downloaded from NORAD. You can find it at https://github.com/alainmuls/GNSSTracking I would like to use this program in django (I started with edge-django