Re: johnny.backends.memcached.MemcachedCache': 'module' object has no attribute 'CacheClass' ?????

2014-01-26 Thread Oak McIlwain
Did you end up solving this issue? On Sunday, November 10, 2013 2:53:26 AM UTC+8, vittorio wrote: > > In my settings.py I have the following code: > . > CACHES = { > 'default': { > 'BACKEND': 'johnny.backends.memcached.MemcachedCache', > #

RE: Replace function within template?

2008-01-21 Thread Oak McIlwain
ference if it exists, or you could write your own. On Jan 21, 10:44 pm, "Oak McIlwain" <[EMAIL PROTECTED]> wrote: > ... lol. > > I'm pretty sure you know what I mean now but I'll clarify it anyway: > > When I say "in a template" I mean "within the c

RE: Replace function within template?

2008-01-21 Thread Oak McIlwain
... lol. I'm pretty sure you know what I mean now but I'll clarify it anyway: When I say "in a template" I mean "within the code in a Django template" (Not within a text editor). As far as I know this is limited to a set of Django specific commands. I have a string variable and I want to

RE: One to many issue in Django admin

2008-01-16 Thread Oak McIlwain
If that is the case then how can I possibly add a track with no file selected at all? i.e. I can add a track through the track interface in django admin but not through the parent record interface (Album) ... If what you are saying were correct then it shouldn't allow me to add a track without