Page not found (404)

Trovato nessun article corrispondente alla query
Request Method: GET
Request URL: https://biourbanistica.com/blog/2017/9/27/building-beauty-il-master-architettura-di-i-livello-ispirato-christopher-alexander/
Raised by: blog.views.ArticleView

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/ [name='blog']
  10. blog/ <int:page>/ [name='blog-list']
  11. blog/ <int:year>/<int:month>/<int:day>/<slug:slug>/ [name='blog-post']

The current path, blog/2017/9/27/building-beauty-il-master-architettura-di-i-livello-ispirato-christopher-alexander/, 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.