Page not found (404)

Request Method: GET
Request URL: https://alpineburj.com/transportation

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

  1. abg-admin/
  2. [name='index']
  3. registration [name='registration']
  4. contact [name='contact']
  5. about [name='about']
  6. engineering-services [name='engineering']
  7. certification-services [name='certification']
  8. software-services [name='software']
  9. building-infrastructure [name='building']
  10. energy [name='energy']
  11. digital-advanced-technology [name='digital']
  12. people-profile [name='people_profile']
  13. profile-details [name='profile_details']
  14. quality-policy [name='quality_policy']
  15. health-policy [name='health_policy']
  16. ^media/(?P<path>.*)$
  17. ^static/(?P<path>.*)$

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