AcademicsToday / academicstoday-django

A open-source platform for online course-based learning and education.
http://academicstoday.io
Apache License 2.0
208 stars 97 forks source link

Create 404 page #118

Closed rodolfomartinez closed 9 years ago

rodolfomartinez commented 9 years ago

Summary: The current 404 page is kind of scary screenshot from 2015-04-27 16 25 19

Consider creating a themed 404 page.

bartmika commented 9 years ago

Set DEBUG=False on broad so this scary message won't appear again.

(Note: Locally set DEBUG=True so we can diagnose problems.)