Re: Django application using ORM only

2007-09-20 Thread James Bennett
On 9/20/07, Martin Taylor <[EMAIL PROTECTED]> wrote: > Any assistance with either of these items, including pointers to > examples and documentation, would be greatly appreciated. http://groups.google.com/group/django-users/search?group=django-users&q=standalone+orm&qt_g=Search+this+group (the s

Django application using ORM only

2007-09-20 Thread Martin Taylor
Although Django's web side is nice, and I like the "free" Admin interface, what I really want to use Django for is its data model ORM and resulting "free" API. I want to use this to build a stand-alone Python application, using wxWidget for more sophisticated UI than I can get on a web page. I'v