Page not found (404)

Request Method: GET
Request URL: http://dentventures.com/menu-list.html

Using the URLconf defined in dent.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. ^$ [name='dent_home']
  3. ^stupidusers/beta/
  4. ^stupidusers/terminal/
  5. ^stupidusers/office/
  6. ^stupidusers/read/
  7. ^stupidusers/redeem/
  8. ^about/
  9. ^contact/
  10. ^contact/submit/
  11. ^signup/submit/
  12. ^rats/space-venture/
  13. ^rats/
  14. ^worlds

The current URL, menu-list.html, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.