Page not found (404)

Request Method: GET
Request URL: https://vipglass.ca/about-us/?noamp=mobile

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

  1. admin
  2. [name='home']
  3. contact-us/ [name='contact-us']
  4. book-appointment/ [name='book-appointment']
  5. load-slots/ [name='load-slots']
  6. windshield-replacement/ [name='windshield-replacement']
  7. adas-calibration/ [name='adas-calibration']
  8. rock-chip-repair/ [name='rock-chip-repair']
  9. glass-tinting/ [name='glass-tinting']
  10. ceramic-coating/ [name='ceramic-coating']
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

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