Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8001/streamfront-modern-4000-sf-sauna-wi-fi-ac/

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

  1. [name='Main_page']
  2. search [name='Main_page_search']
  3. card/<int:id>/<int:comment_page> [name='Card_page']
  4. card/card-form [name='Card_page']
  5. booking/card-form [name='Book_form']
  6. popup_card_slider [name='Popup_card_slider']
  7. card/get_booked_data [name='Get_booked_data_card']
  8. get_booked_geo [name='Get_booked_geo']
  9. get_booked_data [name='Get_booked_data']
  10. accept_book [name='Accept_book']
  11. discard_book [name='Discard_book']
  12. booking [name='Booking_page']
  13. availability [name='Availability_page']
  14. get_availability_data [name='Get_availability_data']
  15. map [name='Map_Page']
  16. get_map_data_for_all_places [name='Get_map_data_for_all_places']
  17. extensions/mobiscroll/fix/ [name='Extensions_mobiscroll']
  18. admin/
  19. ^media/(?P<path>.*)$

The current path, streamfront-modern-4000-sf-sauna-wi-fi-ac/, 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.