Page not found (404)

Request Method: GET
Request URL: http://farsi.org.uk/page10.php

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

  1. ^filer/
  2. [name='home']
  3. faq/ [name='faq']
  4. about-us/ [name='about-us']
  5. working-with-us/ [name='working-with-us']
  6. add-order/ [name='add-order']
  7. services/ [name='services']
  8. services/translation [name='translation']
  9. services/interpretation [name='interpretation']
  10. services/editing [name='editing']
  11. services/subtitling [name='subtitling']
  12. services/transcription [name='transcription']
  13. services/localisation [name='localisation']
  14. contact-us/ [name='contact-us']
  15. order/ [name='order']
  16. download-zip/ [name='download-zip']
  17. find-order/ [name='find-order']
  18. blogs/categories/<str:slug>/ [name='category-blog-list']
  19. blogs/ [name='blog-list']
  20. blogs/<str:slug>/ [name='blog-detail']
  21. fileupload/
  22. i18n/
  23. en/
  24. ^media/(?P<path>.*)$

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