Page not found (404)

Request Method: GET
Request URL: https://qkkf.gov.al/aboutUs-tk.html

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

  1. /
  2. ^$ [name='index']
  3. admin/
  4. about_us/ [name='about_us']
  5. shows_education/ [name='shows_education']
  6. festivals/ [name='festivals']
  7. international_festivals/ [name='international_festivals']
  8. nationwide_festivals/ [name='nationwide_festivals']
  9. tours/ [name='tours']
  10. tour/ [name='tour']
  11. shows/ [name='shows']
  12. shows_template/ [name='shows_template']
  13. education/ [name='education']
  14. tickets/ [name='tickets']
  15. management/ [name='management']
  16. specialists/ [name='specialists']
  17. actors/ [name='actors']
  18. transparency_program/ [name='transparency_program']
  19. transparency_program_content/ [name='transparency_program_content']
  20. coordinator/ [name='coordinator']
  21. press/ [name='press']
  22. news/ [name='news']
  23. news_template/ [name='news_template']
  24. sponsors/ [name='sponsors']
  25. gallery/ [name='gallery']
  26. program_register/ [name='program_register']
  27. gallery_qkkf/ [name='gallery_qkkf']
  28. gallery_qkkf_template/ [name='gallery_qkkf_template']
  29. gallery_tk/ [name='gallery_tk']
  30. gallery_tk_template/ [name='gallery_tk_template']
  31. program/ [name='program']
  32. ^images/(?P<path>.*)$

The current path, aboutUs-tk.html, 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.