Page not found (404)

Request Method: GET
Request URL: http://msms.videometrica.net/Qf5ghQ?default_keyword=obrazets-dogovora-arendy-zabora.zip

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

  1. ^static/(?P<path>.*)$
  2. accounts/login/ [name='login']
  3. accounts/logout/ [name='logout']
  4. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  5. admin/
  6. logout [name='logout2']
  7. smarty_test [name='smarty_test']
  8. smarty_test/<str:session_id> [name='smarty_test_one']
  9. [name='index']
  10. proxy_check/
  11. smarty/

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