On Sun, Oct 23, 2011 at 2:32 AM, Alex Mandel <tech_...@wildintellect.com> wrote:
> Also the best part of this design is that you can turn it into a web app
> at any time by simply opening a port on a machine to allow others to
> connect.
>

Is that supposed to be a plus? Sounds like a nightmare.

The smart way to do this is to build a simple wxpython application
that consumes django web services to CRUD data. You can build your
reporting tools using django, use the built-in admin, etc, whilst
exposing only the minimum of web services to allow your app to enter
information into the system.

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
required packages onto a single users machine, and have them enter
data via their browser to their personal django instance is crazy. Not
only will maintenance be disaster, but you have no data consistency -
each user has their own stack, including DB. If you have each machine
connecting to a shared database, well that is even worse, as each user
would be able to discern credentials which they can use to access the
DB and meddle directly.

Cheers

Tom

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