Page not found (404)

Request Method: GET
Request URL: https://www.tandem-ss.ru/fb

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

  1. ^$
  2. ^page/
  3. ^nested_admin/
  4. ^tagging_autocomplete/
  5. ^500/$
  6. ^404/$
  7. ^admin/
  8. ^tesla/
  9. ^robots.txt$
  10. ^sitemap.xml$

The current URL, fb, 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.