ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Create custom error pages #26

Closed mdraelos closed 12 years ago

mdraelos commented 12 years ago

Feature

mdraelos commented 12 years ago

I think this is going to require some middleware to implement nicely. Our current code simply returns an appropriate HttpResponse with a message, which is not sent to the 404 template like Http404 exceptions, for example.

mdraelos commented 12 years ago