Page not found (404)

Request Method: GET
Request URL: https://bostonairporttaxicab.com//services/taxi-service-from-acton-ma-to-boston-ma-32

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

  1. admin/
  2. taxiadmin/
  3. [name='index']
  4. step2 [name='stepsecond']
  5. services/<str:custom_url> [name='page']
  6. blog/<str:custom_url>/ [name='blog']
  7. blog/ [name='bloghome']
  8. contact-us [name='contactus']
  9. boston-taxi-reservation [name='bostontaxi']
  10. taxi-fare-calculator-boston [name='taxifare']
  11. amp/ [name='amp']
  12. amp/<str:custom_url> [name='ampin']
  13. fleet [name='fleet']
  14. cancel [name='cancel']
  15. bookingmod [name='bookingmod']
  16. sitemap.xml [name='sitemp']
  17. ^media/(?P<path>.*)$

The current path, /services/taxi-service-from-acton-ma-to-boston-ma-32, 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.