Page not found (404)

No CategoryTranslation matches the given query.
Request Method: GET
Request URL: https://mynewenergy.ch/it/news/MM/
Raised by: aldryn_news.views.CategoryListView

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

  1. rosetta/
  2. ckeditor/
  3. i18n/setlang/
  4. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  5. admin/doc/
  6. newsletter/ [name='newsletter']
  7. it/ [name='home']
  8. it/ evu/ [name='evu']
  9. it/ admin/products/
  10. it/ admin/
  11. it/ stromlandschaft/data.json
  12. it/ portal/
  13. it/ news/ [name='latest-news']
  14. it/ news/ feed/ [name='latest-news-feed']
  15. it/ news/ <int:year>/ [name='archive-year']
  16. it/ news/ <int:year>/<int:month>/ [name='archive-month']
  17. it/ news/ <int:year>/<int:month>/<int:day>/
  18. it/ news/ <int:year>/<int:month>/<int:day>/<slug>/ [name='news-detail']
  19. it/ news/ <category_slug>/ [name='news-category']

The current path, it/news/MM/, 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.