Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: https://biourbanistica.com/2014/1/31/addio-emilio-del-giudice/
Raised by: django.contrib.flatpages.views.flatpage

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

  1. ^s\/(?P<path>.*)$
  2. ^media\/(?P<path>.*)$
  3. en/<path:path>
  4. en/
  5. it/<path:path>
  6. it/
  7. admin/
  8. [name='home']
  9. blog/
  10. ^gallery/(?P<slug>[\w-]+)/$ [name='gallery-view']
  11. ^(?P<url>.*/)$

The current path, 2014/1/31/addio-emilio-del-giudice/, 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.