Page not found (404)

Request Method: GET
Request URL: http://www.memefest.org/openblog/
Raised by: pages.views.page_list

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

  1. [name='index']
  2. register/
  3. register/avatar/
  4. register/additional_info/
  5. ^register/validate/$ [name='signup_validate']
  6. ^register/complete/$ [name='signup_complete']
  7. ^email/validation/processed/$ [name='email_validation_processed']
  8. ^email/validation/(?P<key>.{70})/$ [name='email_validation_process']
  9. ^email/validation/reset/$ [name='email_validation_reset']
  10. ^email/validation/reset/(?P<action>done|failed)/$ [name='email_validation_reset_response']
  11. logout/
  12. ^profile/messages/reply/(?P<mid>[\d]+)/$
  13. ^profile/messages/delete/(?P<mid>[\d]+)/$
  14. profile/
  15. ^news/$
  16. ^news/write-your-story/$
  17. ^news/write-your-story/(?P<bid>[\d]+)/$
  18. ^news/categories/(?P<category>[\-\d\w]+)/$
  19. ^news/author/(?P<username>[\-\d\w]+)/$
  20. ^news/(?P<year>\d{4,4})/(?P<month>\d{1,2})/(?P<slug>[\-\d\w]+)/like/$
  21. ^news/(?P<year>\d{4,4})/(?P<month>\d{1,2})/(?P<slug>[\-\d\w]+)/unlike/$
  22. ^news/(?P<year>\d{4,4})/(?P<month>\d{1,2})/(?P<slug>[\-\d\w]+)/comment/$
  23. ^news/(?P<year>\d{4,4})/(?P<month>\d{1,2})/(?P<slug>[\-\d\w]+)/$
  24. interventions/
  25. ^interventions/(?P<slug>[\-\d\w]+)/
  26. publishing/
  27. ^publishing/(?P<slug>[\-\d\w]+)/
  28. knowledge/
  29. ^knowledge/(?P<slug>[\-\d\w]+)/$
  30. ^profile/
  31. ^profiles/$
  32. ^comrades/$
  33. ^profiles/(?P<username>[\-\d\w]+)/$
  34. ^profiles/(?P<username>[\-\d\w]+)/add-comerade/$
  35. ^profiles/(?P<username>[\-\d\w]+)/write-message/$
  36. ^comrades/(?P<username>[\-\d\w]+)/$
  37. pages/
  38. admin/
  39. tinymce/
  40. ^friendly-competition/$
  41. ^friendly-competition/(?P<year>[\d]+)/$
  42. ^friendly-competition/(?P<year>[\d]+)/outlines/$
  43. ^friendly-competition/gallery/$
  44. ^friendly-competition/gallery/(?P<id>[\d]+)/$
  45. ^friendly-competition/curators-editors/$
  46. ^friendly-competition/curators-editors/(?P<slug>[\-\d\w]+)/$
  47. ^(?P<slug>[\-\d\w]+)/

The current path, openblog/, matched the last one.

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.