Page not found (404)

Request Method: GET
Request URL: https://www.gravity-studio.de/projekte/Webentwicklung/mhv-deutschland.htm

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

  1. ^grappelli/
  2. ^admin/filebrowser/
  3. ^datenschutzerklaerung.html$ [name='privacy']
  4. ^kontakt.html$ [name='contact']
  5. ^referenzen/(?P<slug>[a-zA-Z0-9_.-]+).html$ [name='portfolio_detail']
  6. ^leistungen.html$ [name='service_list']
  7. ^studio.html$ [name='team_list']
  8. ^(?P<slug>[a-zA-Z0-9_.-]+)/(?P<app_name>[a-zA-Z0-9_.-]+)/(?P<model_name>[a-zA-Z0-9_.-]+)/download.html$ [name='download']
  9. ^suche.html$ [name='quicksearch-results']
  10. ^ ^password_reset/$ [name='password_reset']
  11. ^ ^password_reset/done/$ [name='password_reset_done']
  12. ^ ^password_reset/confirm/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  13. ^ ^password_reset/done_complete/$ [name='password_reset_complete']
  14. ^ ^admin/doc/
  15. ^ ^_gravity/upload/$ [name='gravity_uploader']
  16. ^ ^admin/
  17. ^ ^ ^$ [name='home']
  18. ^ ^ ^sitemap\.xml [name='django.contrib.sitemaps.views.sitemap']
  19. ^seiten/
  20. ^ ^([-\w]+).html$ [name='categoriestree']
  21. ^ ^([-\w]+)/(.*).html$ [name='category']
  22. ^captcha/
  23. ^media/(?P<path>.*)$
  24. ^static/(?P<path>.*)$
  25. ^robots\.txt$

The current URL, projekte/Webentwicklung/mhv-deutschland.htm, 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.