On Nov 11, 2005, at 9:32 AM, Wilson Miner wrote:
My conclusion is that app error pages shouldn't be wrapped in the admin. I think that's the right way to go, but I'm open to arguments to the contrary.
I agree; they need to be as simple as possible to avoid re-raising exceptions in the error pages themselves. Imagine, for a moment, that the template pages did extend the admin base templates. If you had something in the admin template that referenced {{ request.user }} and were hacking on the user module you could trigger another error when rendering the error page itself.
Jacob