On Oct 24, 3:42 pm, Tom Evans <tevans...@googlemail.com> wrote:

> I have a number of non-web django processes, so I'm not against that
> in general. However, installing a full LAMP/WAMP stack, django and all

You do not necessarilly need a full lamp stack. Use Cherrpy (or
similar) and SQLite for example.

I can think of plenty of desktop apps that it would be nice to use as
a web app in a home or  small business environment.

> only will maintenance be disaster, but you have no data consistency -
> each user has their own stack, including DB. If you have each machine

Its useful in situations like this. One person has something on their
desktop. They realise it would be useful for others to be able to
share the data. You copy it to a small server (so its always on) and
everyone uses that. No inconsistency, and only one copy of the stack.

I found myself wishing to be able to do this (with Calibre ebook
mangement) just yesterday (it does have a web interface, but limited
to downloading only).

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