Re: Runtime initialisation of db_table from context

2008-05-31 Thread ChrisStoyles
Hi Ludvig, I'm afraid I don't understand what you are saying here? Django's ORM is probably a bit too new to me still, would you mind explaining what you're saying in a little more depth? Cheers, Chris Ludvig Ericson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > - -BEGIN PGP

Re: Runtime initialisation of db_table from context

2008-05-29 Thread ChrisStoyles
rent database, so there are some things that won't work with > trunk (the references to "connections" for example). The advantage of > copying the whole model is that you can then do anything you want with it > and the django API doesn't change. > > Cheers, >

Runtime initialisation of db_table from context

2008-05-28 Thread ChrisStoyles
Hi Everyone, I've been doing some prototyping with django to see how good of a fit it will be for an upcoming project, and would like to run an idea past you guys. I'll try and explain my situation first, and then ask the question afterward. At a very high level, I have an application, which hol