Page not found (404)

Request Method: GET
Request URL: https://aspirepavingandtiling.com.au/home/gal6/

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

  1. [name='index']
  2. <int:project_id>/ [name='project']
  3. projects/<str:project_type>/ [name='projecttype']
  4. about/ [name='about']
  5. services/ [name='services']
  6. contact/ [name='contact']
  7. pages/
  8. admin/
  9. ^static/(?P<path>.*)$

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