On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > > Thanks, > I'll check it out, > Is it possible to use DB2 in a Django application, whit out using > Django database models?
Sure - you can still use the URL dispatching, view building, templating systems etc without having access to a database backend. Set up Django to use the dummy backend, and have at it. However, you'll be missing a lot of the good stuff that Django has to offer. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---