> i mean not use django for web site development, but for desktop application,
> it seems its orm can be used in destop application, isn't it?
Yes.
--
Andy McKay
an...@clearwind.ca
twitter: @andymckay
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
i mean not use django for web site development, but for desktop application,
it seems its orm can be used in destop application, isn't it?
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
The whole front end of django is too web-centric. So the only thing
that might be of use is if you have an existing web application which
heavily uses the django ORM and you want back end consistency with a
desktop GUI application that shares thee same database.
Writing an application with wx-python is less time consuming than
dealing with css+html you wont have the same issues to consider when
thinking about security. wx-python is a 2-3 week learning curve to
become proficient and lots of tutorials out there.
> > it seems its orm can be used in destop application, isn't it?
It could make sense to use Django orms, because one knows already django
orms, but one doesn't know SqlAlchemy or any other orms.
This use case is possible, but not that nicely supported.
you.
You can also search for the thread
"import django models without runing the server",
which would also be applicable for desktop applications using
django orms
On 08/23/2011 07:36 PM, Cal Leeming [Simplicity Media Ltd] wrote:
And another thing; there have been discussion about how to distribute
django projects and a django project distributed as a single binary, a
setup.exe on windows for instance? Sounds nice.
Thomas
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
use wxpython instead of templates.
--
regards
Kenneth Gonsalves