rich client application? If that's the case, you can use any GUI
toolkit you want and talk to Django via web services. I use this
technique building an app which needs some high performance views of
structured data. I highly recommend using PyQt. There's a steep
learning curve involved (as for all GUI toolkits), but it pays off.
Webkit is supported, as a huge bunch of other very useful stuff (see
http://qt.nokia.com/products/ for the wrapped C++ library). The GUI
gets its data via a custom http client module (can easily be written
with urllib). I'm using a custom http protocoll (which is similar to,
but not strictly REST). Everything at the server is pure Django.
On 7 Okt., 10:35, moxgreen <ivan.moline...@gmail.com> wrote:
> I read some more or less recent post about building desktop app with
> django. But, at the end I'm pretty confused.
>
> Anyone successfully converted an existing django web site in a desktop
> app for Windows and OSX?
>
> Anyone testedhttp://movieos.org/blog/2007/03/djangokit/or someting
> likehttp://www.blueatlas.com/blog/article/pairing_django_and_titanium_in_...
>
> I mean non only to package the dependencies and running the whole with
> the django development server, i would like to made an app whit a
> "transparent" web browser (like webkit) bundled in it to be used, for
> example, as interface for the django admin.
>
> Thanks in advance
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment