Page not found (404)

Request Method: GET
Request URL: http://studiosagitair.com/language/en/None

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

  1. ^ ^$
  2. ^ ^interior/$
  3. ^ ^interior-cat/(?P<post_id>\d+)/$
  4. ^ ^architettura/$
  5. ^ ^(?P<pk>\d+)/$
  6. ^ ^studio/
  7. ^ ^prova/
  8. ^ ^design/$
  9. ^ ^render/
  10. ^ ^animazione/
  11. ^ ^news/$
  12. ^ ^newscat/(?P<post_id>\d+)/$
  13. ^ ^news/(?P<pk>\d+)/$
  14. ^ ^forniture/$
  15. ^ ^forniture/(?P<pk>\d+)/$
  16. ^ ^contatti/
  17. ^ ^language/(?P<language>[a-z\-]+)/$
  18. ^ ^feed/$
  19. ^contact/
  20. ^admin/
  21. ^media/(?P<path>.*)$

The current URL, language/en/None, 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.