Page not found (404)

Такого дома нет в управлении
Request Method: GET
Request URL: http://comfortservice.pro/mkd/66/
Raised by: mainapp.views.GISHouseDetailView

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

  1. [name='index']
  2. mont/ [name='mont']
  3. mkd/<int:pk>/ [name='mkd']

The current path, mkd/66/, 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.