Page not found (404)

Request Method: GET
Request URL: https://www.puntachivosurfcamp.com/www.ticketbus.com.mx

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

  1. ^$ [name='home']
  2. ^contact$ [name='contact']
  3. ^pricing$ [name='pricing']
  4. ^activities$ [name='activities']
  5. ^about/
  6. ^surf/
  7. ^camp/
  8. ^google(?P<code>[0-9a-f]{16}).html$ [name='google_verify']
  9. ^BingSiteAuth.xml$ [name='bing_verify']
  10. ^MJ12_(?P<code>[0-9A-F]{32}).txt$ [name='majestic_verify']
  11. ^yandex_(?P<code>[0-9a-f]{16}).txt$ [name='majestic_verify']
  12. ^(?P<code>[0-9a-zA-Z]{27}).html$ [name='alexa_verify']
  13. ^sitemap\.xml$

The current URL, www.ticketbus.com.mx, 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.