[wxPython-users] wxPython app in web browser
Werner F. Bruhin
werner.bruhin at free.fr
Wed Aug 22 11:38:25 PDT 2007
Hi Kevin,
Kevin Ollivier wrote:
> ..
>> What about:
>> http://www.djangoproject.com/
>>
>> Has anyone tried it?
>
> I've tried it, and though it was a bit of a challenge to get it setup
> on my server (had to play with a couple different approaches before I
> found one that fit my server config), the framework itself is really
> nice to use. You basically create a data model and a web template,
> then it sets up HTML views, editing forms and the like for you, which
> you can customize if you want. (But you don't have to.) The clean
> separation of data model and view actually means you could use the ORM
> data model as a base for both GUI and web versions of your app.
>
> BTW, as a side note, on the #wxWidgets IRC channel, myself and another
> person who uses Django were speculating about having Django views that
> spit out wxPython GUIs rather than HTML forms, and then you could just
> pick the type of view (desktop | web) on startup. If Dabo or some
> other tool already has a sort of "data type->GUI control" mapping
> logic, it could further simplify creating this sort of tool.
Thanks for the info.
Werner
>
>
>
More information about the wxpython-users
mailing list