Den 29-05-2012 14:33, KevinE skrev:
Just one question - why would django avoid an offline mode - is that a completely unreasonable/undo-able extension? 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. I have been looking at all the mobile development systems and very few (if any) have really dealt with offline mode (not sure how powerful html5 is and whether you could support it for a complete database?)

So if I uncouple my client app am I not losing all the advantages of using django? Seems to me I will be rewriting alot of my code...


Django is inherently a Web application framework. You could build off-line applications to be used by one person with no connection to the Internet, but the easiest way to do that would probably be to set up a local Web server, e.g. an Apache server. So it would be online, but it would still be "Web".

--
Carsten Agger
Magenta ApS
Åbogade 15
8200 Århus N

Tlf +45 5060 1269
Mob +45 2086 5010
http://www.magenta-aps.dk
carst...@magenta-aps.dk

--
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to