2006/1/31, Kenneth Kalmer <[EMAIL PROTECTED]>:
>
> Guys
>
> I've been doing some extensive reading on frameworks recently, and
> dango definitely looks like the solution to a huge project that I'm
> undertaking at the moment. It provides several features that key
> including multiple applications on a single database.
>
> One thing however, the system will need a fair amount of CLI apps that
> will interact with other systems doing things like automated
> webservice calls and file transfer to name two. The system needs to
> share a single information store between multiple websites (starting
> with 3) and a host of CLI scripts.
>
> Would I simply import the neccessary django code into my scripts and
> go? Or should I code new views based on terminals? Input data would no
> longer be GET or POST but rather parameters. They need to have access
> to the models defined in django...
>
In the tutorial documentation you can see how django models are
imported into the python interpreter. So you could do the same in your
own python scripts. I have tested my models on that way ...

Hope it helps!

--

Antoni Aloy López
Binissalem - Mallorca
Soci de Bulma

Reply via email to