Re: use Django's database layer for a regular python program?

2007-06-29 Thread ahlongxp
I found python shelve module quite suitable for my need. Thanks anyway. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

use Django's database layer for a regular python program?

2007-06-27 Thread ahlongxp
I'm currently developing a desktop application, not a web application. But I want to use django's models to store and retrieve data in Database. Is it possible? How should I do it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the