Page not found (404)

Request Method: GET
Request URL: https://sova.online/topic?012EE1AD5BA55C0B266B2F4938FABF36

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

  1. admin/
  2. accounts/
  3. login [name='login']
  4. admin/logout [name='logout']
  5. favicon.ico
  6. static/
  7. image/
  8. api/post/
  9. api/upload
  10. api/
  11. ^media/(?P<path>.*)$

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