Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: https://orgcmf.com/pt-pt/pages/landing/academia/
Raised by: django.contrib.flatpages.views.flatpage

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

  1. [name='home']
  2. bok/ [name='omi']
  3. pt-pt/ admin/
  4. pt-pt/ api/
  5. pt-pt/ accounts/
  6. pt-pt/ assessment/
  7. pt-pt/ billing/
  8. pt-pt/ bok/
  9. pt-pt/ pages/ <path:url> [name='django.contrib.flatpages.views.flatpage']

The current path, pt-pt/pages/landing/academia/, 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.