Page not found (404)

Request Method: GET
Request URL: https://alterna-plus.com/koktebel/pansionat-goluboi-zaliv/index.php

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

  1. admin/
  2. accounts/register/activate/<str:sign>/ [name='register_activate']
  3. accounts/register/done/ [name='register_done']
  4. accounts/register/ [name='register']
  5. accounts/logout [name='logout']
  6. accounts/password/change [name='password_change']
  7. accounts/profile/delete/ [name='profile_delete']
  8. accounts/profile/change/ [name='profile_change']
  9. accounts/profile/change/<str:slug>/ [name='profile_hotel_change']
  10. accounts/profile/delete/<str:slug>/ [name='profile_hotel_delete']
  11. accounts/profile/add/ [name='profile_hotel_add']
  12. accounts/profile/<str:slug> [name='profile_hotel_detail']
  13. accounts/profile/ [name='profile']
  14. accounts/password/reset/done/ [name='password_reset_done']
  15. accounts/password/reset/ [name='password_reset']
  16. accounts/password/confirm/complete/ [name='password_reset_complete']
  17. accounts/password/confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  18. accounts/login [name='login']
  19. about/ [name='about']
  20. faq/ [name='faq']
  21. reviews/ [name='reviews']
  22. contacts/ [name='contacts']
  23. <str:location_slug>/<str:slug>/ [name='detail']
  24. <str:slug>/ [name='by_location']
  25. [name='index']
  26. static/<path:path>
  27. ^media\/(?P<path>.*)$

The current path, koktebel/pansionat-goluboi-zaliv/index.php, 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.