Page not found (404)

Request Method: GET
Request URL: https://deti-travel.ru/region/1049.html
Raised by: camps.views.OldUrlRedirect

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

  1. ^django-admin/
  2. ^martor/
  3. ^admin/
  4. ^documents/
  5. ^api/
  6. ^api/forms/(?P<form>[\w-]+)/
  7. oauth/yandex/return$
  8. oauth/google/return$
  9. ^media/\.thumb/
  10. ^telegram-bot-webhook/
  11. ^r/(?P<path>[\w\.\-/]*)$
  12. ^region/(?P<path>[\w\.\-/]*)$

The current path, region/1049.html, matched the last one.

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.