Page not found (404)

Request Method: GET
Request URL: https://cactusbase.ru/my

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

  1. accounts/login/ [name='login']
  2. accounts/registration/ [name='registration']
  3. accounts/password_change/ [name='password_change']
  4. accounts/
  5. admin/
  6. [name='index']
  7. gallery [name='redirect_from_gallery']
  8. lk/
  9. base/
  10. shop/
  11. auction/
  12. ^media/(?P<path>.*)$

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