Re: direct_to_template and extra_content

2007-08-08 Thread Collin Grady
No, it's impossible to use values from the URL or request right there in the url dispatcher. You would need a small wrapper view. See http://www.b-list.org/weblog/2006/11/16/django-tips-get-most-out-generic-views :) --~--~-~--~~~---~--~~ You received this messag

Re: direct_to_template and extra_content

2007-08-08 Thread SmileyChris
Your stepping out of what the simple view was there to provide. It's not difficult to make your own views, you know. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

direct_to_template and extra_content

2007-08-08 Thread tyman26
Is it possible to use a parameter from the url with the extra_content dictionary when using the generic direct_to_template? I know it executes functions within the extra_content right before loading the template, so I would think you should be able to access this someone. Any help would be much a