Re: Object Relational Mapping and REST Web Services in Django

2009-02-12 Thread Eric Holscher
On Thu, Feb 12, 2009 at 9:35 AM, wrote: > > Greetings Django Developers, > > Allow me to introduce myself; my name is Rory Tulk. I'm a grad > student at the University of Toronto. A small team of students and I > are investigating possible implications of unifying the process of > specifying ob

Object Relational Mapping and REST Web Services in Django

2009-02-12 Thread rpstulk
Greetings Django Developers, Allow me to introduce myself; my name is Rory Tulk. I'm a grad student at the University of Toronto. A small team of students and I are investigating possible implications of unifying the process of specifying object relational mapping configuration and URL & functi

Re: Django, initial data and custom SQL

2009-02-12 Thread Ludvig Ericson
On Feb 12, 2009, at 11:53, Russell Keith-Magee wrote: > On Thu, Feb 12, 2009 at 4:49 PM, Ludvig Ericson >> One solution, which is entirely backwards-compatible, would be to say >> that "if you want your custom SQL to run after indices creation, name >> files '*.post.sql,'" or something like that.

Re: Django, initial data and custom SQL

2009-02-12 Thread Russell Keith-Magee
On Thu, Feb 12, 2009 at 5:21 PM, Johan Bergström wrote: > >> After pondering some more, I realized the docs actually say "initial >> SQL data", and so I'm not sure if this change is actually a good idea >> or not. > > I also realize that the docs says "initial data" but since fixtures > nowadays

Re: Django, initial data and custom SQL

2009-02-12 Thread Russell Keith-Magee
On Thu, Feb 12, 2009 at 4:49 PM, Ludvig Ericson wrote: > > On Feb 12, 2009, at 07:48, Russell Keith-Magee wrote: >> On Thu, Feb 12, 2009 at 2:54 PM, Ludvig Ericson >> wrote: >>> >>> I fail to see how "it has consequences for existing code", as Russell >>> put it. >> >> It has consequences becaus

Re: App Engine port

2009-02-12 Thread Waldemar Kornewald
On 12 Feb., 03:51, Malcolm Tredinnick wrote: > > Is the plan somewhere on the wiki? > > No, because it's only something I'm pulling together slowly in my head. I hope you've read my wiki page, so that in the end Django is flexible enough to work even with App Engine's limitations (e.g., it's pra

Re: Django, initial data and custom SQL

2009-02-12 Thread Johan Bergström
Hello folks, On Feb 12, 8:49 am, Ludvig Ericson wrote: > On Feb 12, 2009, at 07:48, Russell Keith-Magee wrote: > > > On Thu, Feb 12, 2009 at 2:54 PM, Ludvig Ericson > > wrote: > > >> I fail to see how "it has consequences for existing code", as Russell > >> put it. > > > It has consequences bec