Page not found (404)

Request Method: GET
Request URL: http://arquitextismo.net/en/the_seed/

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

  1. login/ [name='login']
  2. logout/ [name='logout']
  3. accounts/
  4. ^api/v2/
  5. api/
  6. ^django-admin/
  7. ^admin/
  8. ^documents/
  9. data/
  10. [name='index']
  11. ^docs/(?P<filename>.+)$ [name='wagtaildocs_serve']
  12. ^static/(?P<path>.*)$

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