(2018-01-08, 14:36)Willy Tschager Wrote: Would it be possible to add a "Sorry, set not in database" along with a back button instead of:
in your Django settings file. Change that toCode:Page not found (404)
Request Method:
GET
Request URL:
http://omr.ldraw.org/set/892-1/
Raised by:
omr.views.set_page
Set not found
You're seeing this error because you have
[code]DEBUG = True
, and Django will display a standard 404 page.Code:False
[/code]
when a set couldn't be found?
Thx, w.
This is now fixed.