Opened 18 years ago
Closed 14 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 , 17 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 15 years ago
| Type: | → New feature |
|---|
comment:3 by , 15 years ago
| Severity: | → Normal |
|---|
comment:4 by , 14 years ago
| Easy pickings: | unset |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
| UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
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.