Page not found (404)

Request Method: GET
Request URL: http://sytyj-papa.ru/accounts/login/None

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

  1. ^b5c3f9a052f7.html$
  2. ^grappelli/
  3. ^admin/
  4. ^ckeditor/
  5. ^$
  6. ^contacts/$ [name='contacts']
  7. ^discount/$ [name='discount']
  8. ^accounts/ ^login/$ [name='accounts_login']
  9. ^accounts/ ^logout/$ [name='accounts_logout']
  10. ^accounts/ ^register/$ [name='accounts_register']
  11. ^accounts/ ^forgot_password/$ [name='accounts_forgot_password']
  12. ^accounts/ ^change_password/$ [name='accounts_change_password']
  13. ^accounts/ ^password_reset/(?P<user_id>\d+)-(?P<reset_code>\w+)/$ [name='accounts_password_reset']
  14. ^accounts/ ^profile/$ [name='accounts_profile']
  15. ^accounts/ ^profile/address/$ [name='accounts_address']
  16. ^accounts/ ^profile/orders/$ [name='accounts_order']
  17. ^accounts/ ^profile/delivery/$ [name='accounts_delivery']
  18. ^accounts/ ^profile/add_address/$ [name='accounts_add_address']
  19. ^accounts/ ^profile/order/(?P<order_id>\d+)$ [name='accounts_order_detail']
  20. ^shop/
  21. ^communic/
  22. ^robots\.txt$
  23. ^sitemap\.xml$
  24. ^/
  25. ^captcha/
  26. ^media\/(?P<path>.*)$
  27. ^static\/(?P<path>.*)$

The current URL, accounts/login/None, 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.