Page not found (404)

Request Method: GET
Request URL: http://sopelj.ca:443/ja/projects/plane/

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

  1. ckeditor/
  2. sitemap.xml [name='sitemaps']
  3. ja/ [name='home']
  4. ja/ watashi-ni-tsuite/ [name='about']
  5. ja/ purojekuto/
  6. ja/ burogu/
  7. ja/ kanrisha/
  8. ^media/(?P<path>.*)$

The current path, ja/projects/plane/, 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.