Re: database API from external tools?

2008-10-27 Thread Andrew Chapman
James Bennett wrote: On Sun, Oct 26, 2008 at 9:19 PM, Steve Holden <[EMAIL PROTECTED]> wrote: Here's a specific example of a piece of code that uses a web app's models. It should get you started - just dive in and write some code! The tricky bit is providing the settings without

Re: database API from external tools?

2008-10-26 Thread Andrew Chapman
Russell Keith-Magee wrote: > On Sat, Oct 25, 2008 at 3:55 AM, Andrew Chapman <[EMAIL PROTECTED]> wrote: > >> My question is how to package up and deploy the Django python code for >> external tools to access the database? I'm hoping to have the Django app >

database API from external tools?

2008-10-24 Thread Andrew Chapman
Hi everyone, Very much a Django newbie here, I'm trying to evaluate a few things before diving right in. I was all set to write something in Ruby Rails, but the reason for looking at Django is because I also need python access to all the same data that the web app is dealing with. The Django