Page not found (404)

Request Method: GET
Request URL: https://mockexamsng.com/gallery/

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

  1. admin/
  2. welcome/ [name='landing']
  3. about/ [name='about']
  4. login/ [name='login']
  5. logout/ [name='logout']
  6. accounts/password_change/ [name='password_change']
  7. accounts/password_change/done/ [name='password_change_done']
  8. accounts/password_reset/ [name='password_reset']
  9. accounts/password_reset/done/ [name='password_reset_done']
  10. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  11. accounts/reset/done/ [name='password_reset_complete']
  12. site/
  13. user/
  14. blog/
  15. newsletter/ [name='newsletter']
  16. ckeditor/
  17. local-api/
  18. ^media/(?P<path>.*)$
  19. [name='home']

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