Page not found (404)

Request Method: GET
Request URL: https://gbet.ru/pin-up/
Raised by: gbet.views.toplevel_url_switcher

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

  1. ckeditor/
  2. index.html
  3. index.php
  4. [name='index']
  5. robots.txt
  6. google0bb5cfb0a8a95d4d.html
  7. betting-center/
  8. calculators/
  9. auth/
  10. experts/<str:slug>/ [name='expert']
  11. bookmakers/
  12. wiki/
  13. short/
  14. statistic/
  15. admin/
  16. search [name='search']
  17. search/ajax [name='searchAjax']
  18. search/event/ajax [name='searchEventAjax']
  19. trends/ajax [name='grouppedTrendsAjax']
  20. trends/filter/<str:type>/<str:id>/ajax [name='grouppedTrendsFilter']
  21. trends/<str:country>/ajax [name='grouppedTrendsCountryAjax']
  22. trends/<str:country>/<int:market>/ajax [name='grouppedTrendsCountryMarketAjax']
  23. daily/ajax [name='dailyEventsAjax']
  24. daily/<str:country>/ajax [name='dailyEventsCountryAjax']
  25. <str:slug>/ [name='toplevel']

The current path, pin-up/, 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.