That's a little different.

If you want your desktop apps to all directly connect to your server
database, I'm not sure what security issues you'd be exposing yourself
to. I figured you wanted a local database where it wouldn't matter if
the user messed it up.

I mean, I'm not saying it can't be done. I just think it might require
changing django internals (which is probably more complicated than you
want). Although, I don't know enough about that aspect of django to
say for sure.

If I had that problem, I would look into something that can do:
http://en.wikipedia.org/wiki/Representational_State_Transfer
but I know even less about that. =)

On Sep 23, 9:01 pm, Gustavo Henrique <gustavo...@gmail.com> wrote:
> I don't have much experience in pyhon and I need to create a desktop app to
> works as complement to website made with django, both using same database.
> So, I thing to use django with python + pyqt/pygtk/wxpython for database
> management.
>
> Thanks Brian!
--~--~---------~--~----~------------~-------~--~----~
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