Re: Django + QT4

2009-10-01 Thread Markus Stumpf
On Wed, Sep 23, 2009 at 01:59:35PM -0700, Gustavo Henrique wrote: > Is possible use django with qt4 for desktop apps? > if yes, where I can find about this? anyone have a example to study? A bit late maybe, but I stumbled over this today: http://www.conceptive.be/~downloads/camelot/doc/sphinx

Re: Django + QT4

2009-09-24 Thread Javier Rivera
Gustavo Henrique escribiu: > Hi guys! > Is possible use django with qt4 for desktop apps? Sure. Two years ago I used Qt4 and the django template system, with an old version of this script (http://code.google.com/p/django-opendocument/), to add some reports to a Tinapos installation. Tinapos i

Re: Django + QT4

2009-09-23 Thread Alvaro MouriƱo
On Thu, Sep 24, 2009 at 12:39 AM, Brian McKeever wrote: > > 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 ma

Re: Django + QT4

2009-09-23 Thread Brian McKeever
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 d

Re: Django + QT4

2009-09-23 Thread Mike Ramirez
On Wednesday 23 September 2009 20:01:41 Gustavo Henrique 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 > man

Re: Django + QT4

2009-09-23 Thread Gustavo Henrique
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! --~--~-~--~~~---~--

Re: Django + QT4

2009-09-23 Thread Brian McKeever
I imagine you're talking about using django models for database management? There's nothing stopping you really. Django is just a python program. All you need to do is: Create a django project (as per the tutorial). Set up the database like normal in your settings file. Create your app with man

Django + QT4

2009-09-23 Thread Gustavo Henrique
Hi guys! Is possible use django with qt4 for desktop apps? if yes, where I can find about this? anyone have a example to study? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to