django-dbindexer for advanced queries with NoSQL

2010-09-02 Thread Waldemar Kornewald
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 to the Google Groups "Django

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 <russ...@keith-magee.com> wrote: > On Wed, Aug 25, 2010 at 10:21 PM, Waldemar Kornewald > <wkornew...@gmail.com> wrote: >> On Wed, Aug 25, 2010 at 2:36 PM, Russell Keith-Magee >> <russ...@keith-magee.com> wro

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 <russ...@keith-magee.com> wrote: > On Wed, Aug 25, 2010 at 4:00 PM, Waldemar Kornewald > <wkornew...@gmail.com> wrote: >> As Alex' MongoDB backend demonstrates, all nonrel backends can >> retrieve the Query's fi

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 <russ...@keith-magee.com> wrote: > On Wed, Aug 25, 2010 at 3:57 AM, Waldemar Kornewald > <wkornew...@gmail.com> wrote: >> On Aug 24, 9:30 pm, mack the finger <nbvf...@gmail.com> wrote: >>> I'm conside

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

2010-08-24 Thread Waldemar Kornewald
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 Bye, Waldemar Korn

MongoDB backend for Django-nonrel

2010-05-25 Thread Waldemar Kornewald
-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 message because you

Re: search and filtering in app engine

2010-04-02 Thread Waldemar Kornewald
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: http://www.allbuttonspressed.com/blog/django/20

Re: Cassandra backend

2010-03-30 Thread Waldemar Kornewald
e to implement. So, unless 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.

Re: Django With Google App Engine

2010-03-17 Thread Waldemar Kornewald
s own models. 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

Re: Django With Google App Engine

2010-03-16 Thread Waldemar Kornewald
d how far the project 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.

Re: Cassandra back end for Django

2010-03-05 Thread Waldemar Kornewald
> any. You could write 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

Re: integration of non-sql

2010-02-23 Thread Waldemar Kornewald
ject site and documentation (not yet 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

Re: django-sproutcore

2010-01-19 Thread Waldemar Kornewald
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 this message because yo

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

2010-01-08 Thread Waldemar Kornewald
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 this message because you

Re: Google Appengine patch and Apengine Helper

2009-04-27 Thread Waldemar Kornewald
ution. 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
['requiredKey'] = 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 Grou

Re: Design Question

2009-02-06 Thread Waldemar Kornewald
equest'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 t

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 shouldn'

Re: Application Concepts

2008-04-14 Thread Waldemar Kornewald
e 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 support by putting the co

Re: Application Concepts

2008-04-14 Thread Waldemar Kornewald
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 to this group, send email to django-

Re: Application Concepts

2008-04-09 Thread Waldemar Kornewald
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 subscribed to the Goog