Page not found (404)

Request Method: GET
Request URL: https://misllc.com/about/

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

  1. [name='home']
  2. contact/ [name='contact']
  3. thank-you/ [name='thank-you']
  4. privacy/ [name='privacy']
  5. terms/ [name='terms']
  6. admin/
  7. accounts/
  8. servicem8/
  9. user/
  10. blog/
  11. payment/
  12. tinymce/
  13. government-contract/
  14. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  15. api-auth/
  16. api/
  17. ^media/(?P<path>.*)$

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