Page not found (404)

“/home/cronoccy/amasyasifaDjango/about/services” mevcut değil
Request Method: GET
Request URL: https://amasyasifa.com.tr/about/services/
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='homepage']
  3. kvkk [name='gprd']
  4. kvkAcikRiza [name='gprd1']
  5. kvkVeriSaklama [name='gprd2']
  6. kvkVeriImha [name='gprd3']
  7. post/<slug>/ [name='post']
  8. about/ [name='about']
  9. posts/ [name='allposts']
  10. search/ [name='search']
  11. tinymce/
  12. ^(?P<path>.*)$

The current path, about/services/, 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.