Page not found (404)

Request Method: GET
Request URL: http://rimmo/immobilien-news-suedtirol/

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

  1. ^admin/
  2. ^ ^media\/(?P<path>.*)$
  3. ^ ^rosetta/
  4. ^i18n/
  5. ^ajax/objekt_bezirk/$
  6. ^((\w+)|(((\w+)-)+(\w+)))/((\w+)|(((\w+)-)+(\w+)))/(?P<immobilie_id>(\d+))/$
  7. ^detail/(\d+)/$ [name='detail']
  8. ^kaufer/$ [name='kaufer']
  9. ^getkunden/$ [name='kunden']
  10. ^getkundendata/$ [name='kunden']
  11. ^kunden-ajax/$ [name='kunden']
  12. ^autocomplete/ [name='autocomplete']
  13. ^cookies/ [name='autocomplete']
  14. ^api/v1/properties/(?P<id>(\d+)) [name='property_detail']
  15. ^api/v1/properties [name='properties']
  16. ^de/

The current URL, immobilien-news-suedtirol/, 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.