Page not found (404)

Request Method: GET
Request URL: http://behpand.ir/blog/?section=Goals_And_Benefits

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

  1. admin/
  2. [name='index']
  3. ^media/(?P<path>.*)$
  4. login/ [name='login']
  5. logout/ [name='logout']
  6. password_change/ [name='password_change']
  7. password_change/done/ [name='password_change_done']
  8. password_reset/ [name='password_reset']
  9. password_reset/done/ [name='password_reset_done']
  10. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  11. reset/done/ [name='password_reset_complete']
  12. signin/ [name='signin']
  13. signup/ [name='signup']
  14. activate/<uidb64>/<token>/ [name='activate']
  15. ^media/(?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.