Page not found (404)

Request Method: GET
Request URL: http://sssoukovip.com/about/

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

  1. ^feeds/threads/$
  2. ^feeds/popular_threads/$
  3. ^api/
  4. ^admin/
  5. ^static\/(?P<path>.*)$
  6. ^__debug__/
  7. ^$ [name='index']
  8. ^secure/
  9. ^register/
  10. ^thread/
  11. ^forum/

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