Page not found (404)

Request Method: GET
Request URL: https://www.praguegoldenage.cz/no-no/rooms

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

  1. .well-known/pki-validation/certum.txt
  2. i18n/
  3. robots.txt
  4. sitemap.xml
  5. [name='index']
  6. hotel-prague-golden-age
  7. <str:ident>
  8. clanky/
  9. galerie/
  10. kontakt/ [name='email']
  11. contact/ [name='email']
  12. success/ [name='success']
  13. admin/filebrowser/
  14. grappelli/
  15. admin/
  16. ^media\/(?P<path>.*)$

The current path, no-no/rooms, 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.