Page not found (404)

Page not found
Request Method: GET
Request URL: http://pediapedia.org/es/lugares/lituania/
Raised by: paths.views.resolve

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

  1. ^backstage/
  2. ^backstage/journal [name='journal']
  3. ^api-auth/
  4. ^api/
  5. ^api/tokens/ [name='obtain-auth-token']
  6. ^documentations/
  7. ^robots.txt$
  8. ^ads.txt$
  9. ^design/400/$
  10. ^design/403/$
  11. ^design/404/$
  12. ^design/500/$
  13. ^scrappers/
  14. ^(?P<cat>(name|namen|nombres|noms|nomes|nomi))
  15. es/ ^$ [name='home']
  16. es/ ^(?P<uri>.*)/$ [name='resolve']

The current path, es/lugares/lituania/, matched the last one.

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.