Page not found (404)

Request Method: GET
Request URL: https://tebyanyazd.ir/SC.php?type=component_sections&id=15&page=547

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

  1. admin/
  2. admin2/ [name='admin2']
  3. adminmosque/ [name='admin3']
  4. [name='index']
  5. selectmosqu/ [name='selectMosque']
  6. mosquedetail/ [name='detailMosque']
  7. mosquedit/<str:id>/ [name='editMosque']
  8. alldata/<str:id>/ [name='alldata']
  9. alldatamosque/<str:id>/ [name='alldatamosque']
  10. signup/ [name='signupurl']
  11. report/<str:id>/ [name='reqporturl']
  12. gotobank/<str:melicode>/<str:mosque>/ [name='gotogetway']
  13. callback/<str:id>/ [name='callback-gateway']
  14. success/<str:id>/ [name='successPay']
  15. selectgallery/<str:id>/ [name='selectgallery']
  16. addgallery/ [name='addgalleryurl']
  17. eatekaf/ [name='EatekafIndex']
  18. addcontact/<str:melicode>/ [name='urladdcontact']
  19. verify/ [name='verify']
  20. delete/<str:melicode> [name='deletecontact']
  21. confirm/<str:melicode> [name='confirmcontact']
  22. mosqueopinion/ [name='mosqueopinion']
  23. peopleopinion/ [name='peopleopinion']
  24. saveperiod/ [name='saveperiod']
  25. exportdata/ [name='exportdata']
  26. bankgateways/
  27. ^static/(?P<path>.*)$
  28. ^media/(?P<path>.*)$

The current path, SC.php, 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.