Page not found (404)

Request Method: GET
Request URL: https://gaytest.ru/posting.php?mode=quote&f=50&p=3043&sid=fa52b10d4e4e92875f10b34eedb73590

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

  1. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  2. master/
  3. [name='home']
  4. feed/ [name='post_feed']
  5. allsities [name='allsities']
  6. allregions [name='allregions']
  7. robots.txt
  8. open-person-anket [name='open_person_anket']
  9. itm
  10. itm/<str:slug>
  11. <slug:slug>/ [name='region_detail']
  12. <slug:reg>/<str:slug> [name='article_detail']

The current path, posting.php, 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.