Page not found (404)

Request Method: GET
Request URL: https://fahmequran.org/subcourse.php?subid=11

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

  1. admin/
  2. courses/ [name='courses-list']
  3. courses/<slug>_<int:pk> [name='courses-detail']
  4. lessons/<slug>_<int:pk> [name='courses-lessons']
  5. [name='home-home']
  6. about/ [name='home-about']
  7. contact/ [name='home-contact']
  8. share_link/ [name='lesson-redirect']
  9. api/
  10. ^https\:\/\/https\:\/\/sgp1\.digitaloceanspaces\.com\/static\/(?P<path>.*)$
  11. ^media\/(?P<path>.*)$

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