Page not found (404)

Request Method: GET
Request URL: http://dellaward.com/rules-deadlines

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

  1. site_media/(?P<path>.*)$
  2. ^$ [name='home']
  3. ^rules/$ [name='rules']
  4. ^past-honorees/$ [name='past']
  5. ^submit-entry/$ [name='submit_entry']
  6. ^thanks/$ [name='thanks']
  7. ^login/$
  8. ^submissions/$ [name='submissions']
  9. ^submissions/detail/(?P<pid>\d+)/$ [name='view_submitter']
  10. ^admin/doc/
  11. ^admin/

The current URL, rules-deadlines, 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.