Page not found (404)

Request Method: GET
Request URL: https://help.ms/custom_pages

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

  1. admin/
  2. captcha/
  3. chaining/
  4. [name='home']
  5. polit_conf [name='politika_konf']
  6. block_content [name='block_content']
  7. sitemap.xml
  8. ^static/(?P<path>.*)$
  9. catalog/
  10. users/
  11. reviews/
  12. cars/
  13. obdcode/
  14. bullboard/
  15. ^media/(?P<path>.*)$

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