Page not found (404)

Request Method: GET
Request URL: https://lac.city/planes

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

  1. admin/
  2. contact/ [name='contact']
  3. pricing/ [name='pricing']
  4. us/ [name='us']
  5. result/ [name='result']
  6. about/ [name='about']
  7. faq/ [name='faq']
  8. cases/ [name='cases']
  9. register/ [name='register']
  10. login/ [name='login']
  11. logout/ [name='logout']

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