Page not found (404)

Request Method: GET
Request URL: http://hotblocks.io/services/

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

  1. api/
  2. 2dmap
  3. developments/ [name='developments']
  4. 2D-legacy-map
  5. secret-preview-link
  6. case-1
  7. portal/<str:slug>/ [name='clients_view']
  8. <str:slug> [name='Map']

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