Page not found (404)

Request Method: GET
Request URL: http://votetipper.com/0

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

  1. ^$ [name='home']
  2. ^about [name='aboutus']
  3. ^contact [name='contactus']
  4. ^privacy [name='privacy']
  5. ^tos [name='tos']
  6. ^admin/
  7. ^accounts/
  8. ^issues/
  9. ^avatar/
  10. ^site\_media\/static\/(?P<path>.*)$
  11. ^site\_media\/media\/(?P<path>.*)$

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