Page not found (404)

Request Method: GET
Request URL: http://www.reraratai.lt/lt/

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^admin/
  4. ^sitemap\.xml$
  5. ^select2/
  6. ^ ^multi_form/$ [name='multi_form']
  7. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  8. ^ ^$ [name='pages-root']
  9. ^(?P<filename>favicon.ico)$
  10. ^(?P<filename>apple-touch-icon.*\.png)$
  11. ^(?P<filename>browserconfig.xml)$
  12. ^rosetta/

The current URL, /lt/, 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.