Page not found (404)

Request Method: GET
Request URL: https://www.saramusik.org/encyc/index.php?title=%D8%B9%D9%81%D8%B1%D9%8A%D8%AA_(%D8%A7%D9%84%D8%B4%D9%8A%D8%AE_%D8%A7%D9%84%D8%B9%D9%81%D8%B1%D9%8A%D8%AA)

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

  1. [name='index']
  2. admin/
  3. presentation/ [name='presentation']
  4. textes/ [name='textes']
  5. categories/ [name='categories']
  6. chiffres/ [name='chiffres']
  7. bibliotheques/ [name='bibliotheques']
  8. carte/ [name='carte']
  9. navigation-geographique/
  10. carte/<str:lat>/<str:longi>/<str:view>/ [name='carte']
  11. <int:copie_id>/uv/ [name='uv']
  12. manuscripts/ [name='manuscripts']
  13. contributeurs/ [name='contributeurs']
  14. auteurs/ [name='auteurs']
  15. bibliographie/ [name='bibliographie']
  16. <int:texte_id>/texte/ [name='texte']
  17. <int:auteur_id>/auteur/ [name='auteur']
  18. <int:bibliotheque_id>/bibliotheque/ [name='corpus']
  19. <int:texte_id>/textei/ [name='textei']
  20. <int:texte_id>/textex/ [name='textex']
  21. api-auth/
  22. meetings/
  23. notice/<int:pk>
  24. accounts/
  25. signup/ [name='signup']
  26. bibliographie/
  27. ^media/(?P<path>.*)$

The current path, encyc/index.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.