Page not found (404)

Request Method: GET
Request URL: http://www.moallem.sch.ir/index.php/2013-01-07-14-19-39/2013-01-07-14-27-47

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

  1. form_reserve_other_chand_faza
  2. ^accounts/login/$
  3. ^accounts/logout/$
  4. ^$
  5. ^form_reserve/$
  6. ^list_reserve_andishe/(\w+)/$
  7. ^form_reserve_saloon_maghta/$
  8. ^form_reserve_other/(\w+)/$
  9. ^event/detail/(\w+)/(\d+)/$
  10. ^change_status/(\w+)/(\w+)/(\d+)/$
  11. ^event/cansel/(\w+)/(\d+)/$
  12. ^faza/(\w+)/$
  13. ^form_customer/$
  14. ^form_mojri/$
  15. ^form_mojri/$
  16. ^admin/

The current path, index.php/2013-01-07-14-19-39/2013-01-07-14-27-47, 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.