On Thu, May 14, 2009 at 10:56 PM, Lee Hinde <leehi...@gmail.com> wrote:
> Because I would be using different base.html files, I'm wondering if
> there is a work around to having a single 404.html file. For instance,
> can I determine at run time where to find my base.html file?

Write a view which chooses and uses the correct template. Set that
view as the value of the variable 'handler404' in your root URLConf
(as documented).


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to