Jacob,

My work is very much in progress, and will be documented (with code
samples) fairly regularly over the coming weeks and months. The blog
itself is the guinea pig - running Django 1.2.1 on GAE. Please visit
http://www.tiemonster.info/ for more information. After reading
Waldemar's comments below, my next step will be to revisit django-
nonrel and see the progress made since the last time I visited.

Waldemar,

I had no idea a working ORM had already been produced. I'll be looking
at and reviewing your work as soon as possible. I'll provide as much
feedback as I can which I hope can aid you in your work. As far as
gaps in the ORM are concerned, the first issue I ran into is the lack
of textual searching. I've found nothing similar to the __contains
modifiers in the Django ORM. This makes it especially difficult to do
full-site searching - something which I am implementing at the moment
by iterating through the entire set of posts and doing the textual
searching in python. This is obviously not an ideal solution. This is
what I meant by "python-only solution". I've also run into issues with
aggregation (SUM, MIN, MAX, etc), which I don't see a solution for in
the GAE ORM.

I am very excited that the code has been released, and that you've had
luck with several third-party applications. Like I said, I'll
definitely be checking that out as soon as possible. Last I checked,
you were just looking into it (perhaps a while ago now). Cheers!

-Mark

On Jul 31, 11:27 am, Jacob Kaplan-Moss <ja...@jacobian.org> wrote:
> On Sat, Jul 31, 2010 at 9:04 AM, tiemonster <m...@tiemonster.info> wrote:
> > I've been doing lots of research with Django on GAE, and am actually
> > using it in production. If you're interesting in this particular
> > stack, please contact me off-list and I can attempt to answer any
> > questions that you have.
>
> I'd love to see a public write-up of your project, techniques you
> used, and how you're liking the results. Maybe blog about it, or post
> it here?
>
> Jacob

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to