On Sat, 2006-08-05 at 01:18 -0700, chillisource wrote: > Hi, > > We are students developing an open source financial application using > Python & Qt4. We really like Django's database API and would like to > separate it from the web/middle ware. However, we fear that it might > not be modular enough to just 'take out'. > > Has anyone had any experience or successfully done this before?
It's very unclear to me what you are wanting to do. Using the model/database layer without any of the other pieces is trivial: just use it. It's what we do in all of the tests in test/modeltests/, for example. There are fragments posted on this list all the time that use the model layer only. If you mean you want to separate the source, then you will need to do a bit of work, since it at least is going to want the django/conf/ directory as well as django/db/. That might be all you need, I don't know. Try it and see. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---