Opened 16 years ago

Closed 13 years ago

#6826 closed New feature (wontfix)

[Feature] Add setting for error pages path

Reported by: David Cramer Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords: error templates
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

A useful addition to Django would be the ability to specify the template directory where error pages are held.

Something like:
ERROR_PAGES_PATH = 'errors'

Or possible even more advanced to specify full template paths like you can with the engine, but I'm not sure that's needed.

Change History (4)

comment:1 by Simon Greenhill, 16 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Julien Phalip, 13 years ago

Type: New feature

comment:3 by Julien Phalip, 13 years ago

Severity: Normal

comment:4 by Alex Gaynor, 13 years ago

Easy pickings: unset
Resolution: wontfix
Status: newclosed
UI/UX: unset

Discussion with Carl: The root of the templates is a pretty sane default, this doesn't really warrant the introduction of a new setting. The error handlers are pretty easy to override if you want it to live somewhere else you can.

Note: See TracTickets for help on using tickets.
Back to Top