Page not found (404)

Request Method: GET
Request URL: http://maidzo.vn/login

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

  1. ^google05b649423bf97335\.html$
  2. ^root\.txt
  3. ^robots\.txt$
  4. ^google2d78b6a5e8c1440c.html$ [name='google_verify']
  5. ^adl/doc/
  6. ^page/
  7. ^api-token-create/
  8. ^get-token/
  9. ^change-token/
  10. ^web_app/$ [name='webapp_index']
  11. ^api-token-auth/
  12. ^api-token-refresh/
  13. ^api-token-verify/
  14. ^adl/
  15. ^ckeditor/
  16. ^select2/
  17. ^inbox/notifications/
  18. ^sys/
  19. ^user/
  20. ^api/
  21. ^favicon\.ico$
  22. ^old/$ [name='site_index']
  23. ^$ [name='site_index']
  24. ^order-complete/$ [name='order-complete']
  25. ^media/(?P<path>.*)$
  26. ^static/(?P<path>.*)$
  27. ^sitemap\.xml/$ [name='sitemap']
  28. ^(?P<key>[\w-]+).html$ [name='news_details']
  29. ^add_to_cart/$ [name='add_to_cart']
  30. ^news/$ [name='news_index']

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