Page not found (404)

Request Method: GET
Request URL: http://lostcoder.net/content/?547.html

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

  1. admin/
  2. example/
  3. register/
  4. [name='blog-home']
  5. about/ [name='blog-about']
  6. register/ [name='register']
  7. del_user/ [name='del_user']

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