Re: Django way for adding a cache backend?

2008-07-10 Thread theillustratedlife
Is there an ETA for when this will be included in the SVN? I've created a patch for Google's Appengine Helper for Django that relies on this to load memcache. Obviously, we can't include it in the helper until this patch is applied to the SVN. Thanks! Appengine backend:

Re: Django way for adding a cache backend?

2008-06-12 Thread Lau Bech Lauritzen
Okay, the patch is good to go. Looking forward to seeing it in trunk! -Lau On Jun 9, 6:43 pm, Joe Bowman <[EMAIL PROTECTED]> wrote: > That would be a big help for implementing backends for appengine. > > I did notice a project working on an appengine helper for Django > managed to also

Re: Django way for adding a cache backend?

2008-06-09 Thread Joe Bowman
That would be a big help for implementing backends for appengine. I did notice a project working on an appengine helper for Django managed to also accomplish this by creating a cache middleware. So for others on appengine currently, using the .96 version of Django included within the

Re: Django way for adding a cache backend?

2008-06-09 Thread Jacob Kaplan-Moss
On Mon, Jun 9, 2008 at 10:44 AM, Lau Bech Lauritzen <[EMAIL PROTECTED]> wrote: > http://code.djangoproject.com/ticket/7398 Looks nice. Needs a quick addition to docs/settings.txt to describe the new setting, but otherwise it's good to go. Jacob

Re: Django way for adding a cache backend?

2008-06-09 Thread Lau Bech Lauritzen
I created a ticket (including patch) that might be of interest: http://code.djangoproject.com/ticket/7398 On Jun 3, 10:10 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 2:58 PM, Joe Bowman <[EMAIL PROTECTED]> wrote: > > > > > Should I just create it and > > tell

Re: Django way for adding a cache backend?

2008-06-03 Thread Jeremy Dunck
On Tue, Jun 3, 2008 at 2:58 PM, Joe Bowman <[EMAIL PROTECTED]> wrote: > Should I just create it and > tell people to copy it into the directory with the default cache > backends? That appears the only way to insert a new one, but I'm so > new to Django I thought I should ask first and see if

Django way for adding a cache backend?

2008-06-03 Thread Joe Bowman
Hello, I'm sure you've seen your share of new Django/Python developers come by this group since the prerelease of Google Appengine, and I'm yet another one. I'm trying to determine what the best way to add a cache backend to Django might be? Preferably I'd like to do it in a way so that it's