Page not found (404)

Request Method: GET
Request URL: https://mediasabak.org/en-us/projects/

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

  1. jet/
  2. admin/
  3. ckeditor/
  4. accounts/
  5. ru/
  6. rosetta
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$

The current path, en-us/projects/, 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.