Page not found (404)

Request Method: GET
Request URL: https://it-leicht-gemacht.de/category/cloudloesungen/

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

  1. admin/
  2. [name='home']
  3. impressum [name='impressum']
  4. post [name='post_list']
  5. post/categorie/<str:filter> [name='post_list_categorie']
  6. post/neu/ [name='post_create']
  7. post/<int:pk>/ [name='post_detail']
  8. post/<int:pk>/bearbeiten/ [name='post_update']
  9. post/<int:pk>/loeschen/ [name='post_delete']
  10. login/ [name='login']
  11. logout/ [name='logout']
  12. reg/ [name='reg']

The current path, category/cloudloesungen/, 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.