Page not found (404)

Request Method: GET
Request URL: http://www.eduplan.hu/irodaisz.htm

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

  1. [name='login']
  2. index/ [name='index']
  3. files/ [name='files']
  4. graphs/ [name='graphs']
  5. projects/ [name='projects']
  6. upload/ [name='upload']
  7. delete_file/ [name='delete_file']
  8. delete_graph/ [name='delete_graph']
  9. upload_graph/ [name='upload_graph']
  10. project_selected [name='project_selected']
  11. chatgpt [name='chatgpt']
  12. chatgpt_prompt [name='chatgpt_prompt']
  13. admin/

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