You can write a "django management command" which runs on a workstation. https://docs.djangoproject.com/en/dev/howto/custom-management-commands/
I use this a lot for command-line operation to do batch processing kinds of things. Since "django is just Python", there is nothing to prevent you from running a GUI application the same way, and using the django ORM. On Thursday, June 6, 2013 2:24:35 PM UTC+1, Amirouche wrote: > > peewee <https://github.com/coleifer/peewee> looks more like django ORM > > > 2013/6/5 Nikolas Stevenson-Molnar <nik.m...@consbio.org <javascript:>> > >> Have you had a look at SQLAlchemy? http://www.sqlalchemy.org/ >> >> _Nik >> >> On 6/5/2013 3:29 AM, heni yemun wrote: >> > Hi, >> > I'm starting to develop some python program to address some database >> > needs- this is for desktop usage not on the web. So i was wondering if >> > django's database system can be integrated to my program instead of >> > writing the routing python database access api. I like django's easy >> > interface. THANK YOU! >> > -- >> > 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 django-users...@googlegroups.com <javascript:>. >> > To post to this group, send email to >> > django...@googlegroups.com<javascript:> >> . >> > Visit this group at http://groups.google.com/group/django-users?hl=en. >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > >> >> -- >> 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 django-users...@googlegroups.com <javascript:>. >> To post to this group, send email to django...@googlegroups.com<javascript:> >> . >> Visit this group at http://groups.google.com/group/django-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.