Page not found (404)

Request Method: GET
Request URL: https://pridumaem.team/eng/

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

  1. admin/
  2. api/
  3. [name='index']
  4. <slug:slug> [name='simple_page']
  5. <slug:cat>/<slug:slug> [name='page']
  6. api/request/ [name='email']
  7. api/subscribe/ [name='subscription']
  8. ^(?:_next|__nextjs|next).*$
  9. [name='index']
  10. <slug:slug> [name='simple_page']
  11. <slug:cat>/<slug:slug> [name='page']
  12. api/request/ [name='email']
  13. api/subscribe/ [name='subscription']
  14. ckeditor/

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