Tuesday, May 29, 2012

Re: Is Django Right for Me?

On Tue, 2012-05-29 at 09:05 -0500, Javier Guerra Giraldez wrote:
> 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.

you can run a webserver on a netbook or laptop and run django too. If
you use sqllite, it is dead easy to sync your local db with the one on
the net the moment you get connectivity.
--
regards
Kenneth Gonsalves

--
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