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 easy to share with the user community. I'm currently working on a project I started called appengine-utilities to provide new classes for providing old functionality not available currently on Appengine.
I figured out how to create a session middleware. Soon I'll be going at inserting caching. I'm mainly working on this stuff for a site I intend to develop, using Django. What's the preferred method for the release of 3rd party cache backends? I'm creating on that will use BigTable and Google's memcache solution. 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 there's a preferred way. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---