On 2/26/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > Could we get a design decision on whether to add default, non-django > looking 404 and 500 templates?
I've close #760 and #3335 with this comment: """ Django's not going to ever include a default 404 or 500 template. If we do, people won't be forced to create their own, and an error will quickly reveal what software your server's running (think "Application Error (Rails)"). However, [4612] adds a comment to the line that will fail so that at least people will get a slightly better idea of where to go next. """ Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
