Re: Advice on RequestContext

2008-04-25 Thread rich
Both questions answered very helpfully. Thank you very much! - Richard On Apr 26, 12:29 pm, Darryl Ross <[EMAIL PROTECTED]> wrote: > Richard Atkinson wrote: > > Hello all! Been lurking for a while, this is my first post. > > Welcome! > > > I understand that RequestContext is required in order t

Re: Advice on RequestContext

2008-04-25 Thread Darryl Ross
Richard Atkinson wrote: Hello all! Been lurking for a while, this is my first post. Welcome! I understand that RequestContext is required in order to access {{ MEDIA_URL }} in templates. I have two questions related to this. 1. Please could somebody give an example of how to pass RequestCo

Advice on RequestContext

2008-04-25 Thread Richard Atkinson
Hello all! Been lurking for a while, this is my first post. I understand that RequestContext is required in order to access {{ MEDIA_URL }} in templates. I have two questions related to this. 1. Please could somebody give an example of how to pass RequestContext to a generic view from urls.p