Re: Alternative model without Database

2009-11-25 Thread ash
I don't know your problem in detail, but as alternative I recommend read about twisted framework. If you work with xmlrpc servers and you need in call remote methods, then it help you. Simple exmaples: http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html -- You received this message b

Re: Alternative model without Database

2009-11-24 Thread bruno desthuilliers
On 24 nov, 10:28, Elyrwen wrote: > Hello, > > I' ve been recently interested in Djagno framework and I am at the > point of choosing it as the framework for my project. My application > will not use database, but will use webservices to get data and then > process it. > > I need a substitute for t

Re: Alternative model without Database

2009-11-24 Thread Preston Holmes
On Nov 24, 1:28 am, Elyrwen wrote: > Hello, > > I' ve been recently interested in Djagno framework and I am at the > point of choosing it as the framework for my project. My application > will not use database, but will use webservices to get data and then > process it. > > I need a substitute f

Re: Alternative model without Database

2009-11-24 Thread Christophe Pettus
On Nov 24, 2009, at 1:28 AM, Elyrwen wrote: > My application > will not use database, but will use webservices to get data and then > process it. It can be challenging to excise all of the uses of the database from a Django application. Since you'll be caching the results of your web servic

Re: Alternative model without Database

2009-11-24 Thread Dirk Uys
On Tue, Nov 24, 2009 at 11:28 AM, Elyrwen wrote: > Hello, > > I' ve been recently interested in Djagno framework and I am at the > point of choosing it as the framework for my project. My application > will not use database, but will use webservices to get data and then > process it. > > I need a

Alternative model without Database

2009-11-24 Thread Elyrwen
Hello, I' ve been recently interested in Djagno framework and I am at the point of choosing it as the framework for my project. My application will not use database, but will use webservices to get data and then process it. I need a substitute for the Django model layer. Precisely I need a class