Re: Off-line Django apps / Caching and synchronizing data

2012-05-27 Thread ALJ
Thanks for the link Marcin. To anyone else interested in looking into this, it looks like the first stop is to read Mark Pilgrim's chapter "Let's Take This Offline " in "Dive Into HTML5". -- You received this message because you are subscribed to

Re: Off-line Django apps / Caching and synchronizing data

2012-05-27 Thread Marcin Tustin
You might also like this: http://stackoverflow.com/questions/2786303/offline-mode-app-in-a-html5-browser-possible On Sun, May 27, 2012 at 5:39 PM, Marcin Tustin wrote: > As per the above it's not really a django issue. The main django > participation would be to provide an AJAX api which the cli

Re: Off-line Django apps / Caching and synchronizing data

2012-05-27 Thread Marcin Tustin
As per the above it's not really a django issue. The main django participation would be to provide an AJAX api which the client web page can sync with when it gets back online, which you would need to do for any AJAX application. If you do get your project working, do write up a tutorial. I'd be i

Re: Off-line Django apps / Caching and synchronizing data

2012-05-27 Thread KevinE
> > Just posted a similar question - sounds like we need a "DjangoOffline" > component. Does such a beast exist? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/djang

Re: Off-line Django apps / Caching and synchronizing data

2012-05-26 Thread ALJ
Hi Andy, Cheers for that. I'll start looking at some JS/HTML5 frameworks. ALJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/HNImAOZO9L0J. To post to th

Re: Off-line Django apps / Caching and synchronizing data

2012-05-24 Thread Andy McKay
> Somehow create a standalone django app that is the same as the online one > and then have it synchronize when it goes back online. Something ala Google > Gears / HTML5. But not done anything like this and I'm not sure how > complicated the synchronizing would be and I'm reluctant to roll out djan

Off-line Django apps / Caching and synchronizing data

2012-05-24 Thread ALJ
I've been asked to create an closed web application for our field staff. The trouble is is that they are sometimes in areas where there is no cell covereage and therefore no data connection. Has anyone else had a similar situation and do you have any pointers into solution approaches or apps I