It's currently being done for a server application, I don't see why it
couldn't be used for a desktop application as well?

Check out http://www.silverstripesoftware.com/blog/archives/51 and
http://code.google.com/p/evennia/

The first is a desktop application that uses Django, I'm just not sure
if it's using the database backend or not.   The second is a MUD
server that uses Django for data storage as well as the web services
for MUD management.

It should be as simple as creating a new project and ignoring the urls/
views part of the code, and just importing the models as normal.

HTH,

Michael

On Jun 27, 7:09 am, ahlongxp <[EMAIL PROTECTED]> wrote:
> 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 Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to