I need to use the ORM and more specifcally I want to use the models I defined inside my Django application.
I want to avoid using a different ORM like Alchemy because then I would have to duplicate the work I already put into my Django models - i hate duplicating work... Apart from that, I don't need much else (maybe the template engine for sending emails...) The formdesigner application should live inside the web application structure so I can manage it the same way as I'm doing it with the web application and have it included in the same Subversion project. Thomas Am Montag, 16. September 2013 18:38:35 UTC+2 schrieb אברהם סרור: > > the question is what for? other than the ORM what else is useful for a > desktop app? > if it is only the ORM you want take a look at http://www.sqlalchemy.org/ > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

