Re: Problem with named URL and parameters

2008-11-13 Thread Chris Emerson
On Thu, Nov 13, 2008 at 02:56:26PM +1100, Malcolm Tredinnick wrote: > On Wed, 2008-11-12 at 22:39 -0500, Karen Tracey wrote: > > On Wed, Nov 12, 2008 at 10:27 PM, Brandon Taylor > > <[EMAIL PROTECTED]> wrote: > > > > Hi everyone, > > > > So I have a question/problem with a named URL patt

Re: Authenticating static files against Django Auth with FastCGI

2008-11-05 Thread Chris Emerson
Hi, On Tue, Nov 04, 2008 at 10:56:08PM -0800, MrJogo wrote: > Awesome! This is INCREDIBLY helpful. > > In terms of using it (I'm not too familiar with server stuff), I have > a few questions (which have to do with Apache, not lighttpd, so you > might not know). Basically, once I create that handl

Re: Authenticating static files against Django Auth with FastCGI

2008-10-23 Thread Chris Emerson
On Thu, Oct 23, 2008 at 12:05:45AM -0700, MrJogo wrote: > > I found a useful thread (http://groups.google.com/group/django-users/ > browse_thread/thread/affb11a7692a29ef/ > e1e2d569c1e9104d#016b2fe82fd80f36), so I think I can narrow my > question down a little: How do I use FastCgiAuthenticator t

Re: assigning variables in templates

2008-10-20 Thread Chris Emerson
Hi, On Wed, Oct 15, 2008 at 01:46:38PM -0700, bmt wrote: > my problem is that when this list is empty i want to branch in the > template, and display some sort of message, instead of the usual 'for' > loop which would display the returned list. since i can't assign the > returned list to a variab

Re: Using subclass of RequestContext in generic views?

2008-09-02 Thread Chris Emerson
Hi Tim, On Mon, Sep 01, 2008 at 10:04:36AM -0500, Tim Chase wrote: > My subclassed RequestContext object plans to intercept the > Context.__getitem__ call (wherein redaction will hopefully happen > in my custom subclass), and thus needs to be the actual object, > not just a dict-like object me