Page not found (404)

No User matches the given query.
Request Method: GET
Request URL: https://www.vmcoder.in/about/
Raised by: linkgen.views.mylinks_view

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

  1. admin/
  2. sign-up [name='index']
  3. login [name='login']
  4. your-link [name='Your-link']
  5. logout [name='logout']
  6. profile [name='business']
  7. <slug:user_slug>/ [name='mylinks_view']

The current path, about/, matched the last one.

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.