Page not found (404)

Request Method: GET
Request URL: http://www.brianmeanley.com/blog/?page_id=349

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

  1. ^$ [name='index']
  2. ^upload/ [name='upload']
  3. ^demo/ [name='demo']
  4. ^demo_results/ [name='demo_results']
  5. ^gallery/ [name='gallery']
  6. ^gallery_results/ [name='gallery_results']
  7. ^information/$ [name='information']
  8. ^admin/
  9. ^static\/(?P<path>.*)$

The current path, blog/, 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.