django-dbindexer for advanced queries with NoSQL

2010-09-02 Thread Waldemar Kornewald
t of the DB, but the NoSQL DBs don't seem to go in that direction (yet?), so we've decided to build something that solves our problems independently of the DB today instead of in a few years (or never). Bye, Waldemar Kornewald -- You received this message because you are subscribed

Re: app engine and the non-rel stuff going on lately

2010-08-26 Thread Waldemar Kornewald
On Wed, Aug 25, 2010 at 5:08 PM, Russell Keith-Magee wrote: > On Wed, Aug 25, 2010 at 10:21 PM, Waldemar Kornewald > wrote: >> On Wed, Aug 25, 2010 at 2:36 PM, Russell Keith-Magee >> wrote: >>> On Wed, Aug 25, 2010 at 4:00 PM, Waldemar Kornewald >>>

Re: app engine and the non-rel stuff going on lately

2010-08-25 Thread Waldemar Kornewald
On Wed, Aug 25, 2010 at 2:36 PM, Russell Keith-Magee wrote: > On Wed, Aug 25, 2010 at 4:00 PM, Waldemar Kornewald > wrote: >> As Alex' MongoDB backend demonstrates, all nonrel backends can >> retrieve the Query's filters. > > No - Alex's MongoDB ba

Re: app engine and the non-rel stuff going on lately

2010-08-25 Thread Waldemar Kornewald
On Wed, Aug 25, 2010 at 2:04 AM, Russell Keith-Magee wrote: > On Wed, Aug 25, 2010 at 3:57 AM, Waldemar Kornewald > wrote: >> On Aug 24, 9:30 pm, mack the finger wrote: >>> I'm considering starting a project, and am leaning towards using >>> google app eng

Re: app engine and the non-rel stuff going on lately

2010-08-24 Thread Waldemar Kornewald
nt to manage your media/assets you should have a look at django-mediagenerator. Unlike most alternative solutions it works in sandboxed environments like App Engine (which should be important to you ;) and it's very feature-rich. http://www.allbuttonspressed.com/projects/django-mediagenerator

MongoDB backend for Django-nonrel

2010-05-25 Thread Waldemar Kornewald
ngo-nonrel-released BTW, the website above is open-source and the code works with the MongoDB backend, our App Engine backend, and Django's SQL backends. No modifications needed (apart from specifying your database backend in settings.py)! Bye, Waldemar Kornewald -- You received this mess

Re: search and filtering in app engine

2010-04-02 Thread Waldemar Kornewald
t; This is because I can't search by Q object in GAE, I guess. > How can I fix that? You can't use your search function on App Engine. There is no "icontains" query equivalent on App Engine. Instead, you should take a look at nonrel-search which works with Django-nonrel: h

Re: Cassandra backend

2010-03-30 Thread Waldemar Kornewald
ess you have very simple DB code you can't easily switch from an RDBMS to NoSQL without major changes. Bye, Waldemar Kornewald -- http://www.allbuttonspressed.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi

Re: Django With Google App Engine

2010-03-17 Thread Waldemar Kornewald
The project is here: http://bitbucket.org/wkornewald/djangotoolbox/ Bye, Waldemar Kornewald -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from thi

Re: Django With Google App Engine

2010-03-16 Thread Waldemar Kornewald
is). Bye, Waldemar Kornewald -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For

Re: Cassandra back end for Django

2010-03-05 Thread Waldemar Kornewald
e a backend for the Django nonrel branch: http://bitbucket.org/wkornewald/django-nonrel Currently we only support App Engine. MongoDB will hopefully come soon. We'd be happy about other backends. Bye, Waldemar Kornewald -- You received this message because you are subscribed to the Google

Re: integration of non-sql

2010-02-23 Thread Waldemar Kornewald
finished): http://www.allbuttonspressed.com/projects/django-nonrel Repo: http://bitbucket.org/wkornewald/django-nonrel/wiki/Home Bye, Waldemar Kornewald -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: django-sproutcore

2010-01-19 Thread Waldemar Kornewald
ch, though, and we also don't want to work with SproutCore as long as it has those apparent Firefox bugs and the developers keep ignoring them. Bye, Waldemar Kornewald -- http://twitter.com/wkornewald http://bitbucket.org/wkornewald/ http://allbuttonspressed.blogspot.com/ -- You received t

Django non-relational project (native ORM support for NoSQL DBs)

2010-01-08 Thread Waldemar Kornewald
t stable, yet). For more information you should also look at the project wiki: http://bitbucket.org/wkornewald/django-nonrel-multidb/wiki/Home Bye, Waldemar Kornewald -- http://twitter.com/wkornewald http://bitbucket.org/wkornewald/ http://allbuttonspressed.blogspot.com/ -- You received thi

Re: Google Appengine patch and Apengine Helper

2009-04-27 Thread Waldemar Kornewald
nd solution. After that step we might actually work on a clean integration into the Django repo. Obviously, this will take a lot of time, so I can't even tell when we'll begin. This also depends on the number of volunteers that want to help us. Bye, Waldemar Kornewald --~--~-

Re: Inserting Into Cleaned_Data Inside a ModelForm

2009-03-06 Thread Waldemar Kornewald
uiredKey'] = 123 > record = forms.ModelForm.save(self) Just for reference: http://groups.google.com/group/app-engine-patch/msg/a9ed56aaf326b17e Bye, Waldemar Kornewald --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &quo

Re: Design Question

2009-02-06 Thread Waldemar Kornewald
t request's domain . I'm sure you could adapt our code to your needs: https://bitbucket.org/wkornewald/appenginepatch/src/tip/ragendja/sites/dynamicsite.py Bye, Waldemar Kornewald --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: Application Concepts

2008-04-14 Thread Waldemar Kornewald
On 14 Apr., 13:12, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008 at 6:03 AM, Waldemar Kornewald > > <[EMAIL PROTECTED]> wrote: > >  I agree that you can't always reuse those media files, but why does > >  that mean there sho

Re: Application Concepts

2008-04-14 Thread Waldemar Kornewald
do it correctly and serve the admin media folder automatically, too. Also, at least in our case, we do have reusable components which need their own media folder. E.g., we have a JavaScript text-field autocompletion app. It would even be much easier to extend Django with JavaScript

Re: Application Concepts

2008-04-14 Thread Waldemar Kornewald
a MEDIA_URL and it would magically work. I hope that's not too much magic for the Django folks. :) Bye, Waldemar Kornewald --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Application Concepts

2008-04-09 Thread Waldemar Kornewald
n developing. Most of this can be automated (scanning installed apps for media folders, generating urlpatterns, etc.) and IMHO Django should provide a standard mechanism to do this. Bye, Waldemar Kornewald --~--~-~--~~~---~--~~ You received this message because you are su