Page not found (404)

Request Method: GET
Request URL: https://www.funart2009.com/studio/outside/courses/courses.php?courses_id=20

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

  1. news/
  2. courses/
  3. responses/
  4. admission_list/
  5. ckeditor/
  6. admin/
  7. gallery/
  8. contact_us [name='contact']
  9. contact_form [name='contact_form']
  10. links [name='links']
  11. about [name='about']
  12. [name='home']
  13. ^media\/(?P<path>.*)$

The current path, studio/outside/courses/courses.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.