On 2/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The key questions are: > -can we use Django's 'models.py' DB abstraction API from outside of > Django? > -if so, how? > -what libraries would we need to import? > -Anything we'd need to setup before hand?
You should be able to just set up a minimal Django project with settings to specify a database and an INSTALLED_APPS list, and then things will just work. If you don't want to use a settings file, you could even do it with manual settings configuration: http://www.djangoproject.com/documentation/settings/#using-settings-without-setting-django-settings-module -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---