Tuesday, May 29, 2012

Re: Is Django Right for Me?

On Tue, May 29, 2012 at 7:33 AM, KevinE <kelbury@elburyconsulting.com> wrote:
> Just one question - why would django avoid an offline mode - is that a
> completely unreasonable/undo-able extension?

Django is a web server framework. when you're offline, you don't have a server.

> It seems to me that smartphones
> may eventually take over normal computers on the web but with
> the inherent distinction that on a smartphone you are not always guaranteed
> a data connection.

smartphones are clients, Django isn't supposed to work there. there
are plenty of smartphone frameworks, those that are web-oriented
usually work with any server-side framework, typically by some REST
interface. some of them also help with the offline problem. (i
haven't use any of them yet, but it's a recurring theme in their
websites)

--
Javier

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment