Page not found (404)

Request Method: GET
Request URL: http://www.evastotz.com/news/?p=1155

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

  1. ^admin/
  2. ^stotz/
  3. ^ ^$ [name='index']
  4. ^ ^about$ [name='about']
  5. ^ ^works$ [name='works']
  6. ^ ^courses$ [name='courses']
  7. ^ ^work/(?P<work_id>[0-9]+)$ [name='work_detail']
  8. ^ ^course/(?P<course_id>[0-9]+)$ [name='course_detail']
  9. ^media\/(?P<path>.*)$

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