Page not found (404)

Request Method: GET
Request URL: https://www.freshfood-usti.cz/accounts/register/

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

  1. robots.txt
  2. sitemap.xml
  3. [name='index']
  4. rozvoz-jidel
  5. <str:ident>
  6. clanky/
  7. galerie/
  8. kontakt/ [name='email']
  9. success/ [name='success']
  10. admin/filebrowser/
  11. grappelli/
  12. admin/
  13. ^media\/(?P<path>.*)$

The current path, accounts/register/, 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.